Facebook
From Putrid Pheasant, 2 Years ago, written in Plain Text.
This paste is a reply to Stripe Test from YR - view diff
Embed
Download Paste or View Raw
Hits: 160
  1. {
  2.     "apiVersion": 2,
  3.     "apiVersionMinor": 0,
  4.     "merchantInfo": {
  5.         "merchantName": "merchant.sayollo.pvstripe"
  6.     },
  7.     "allowedPaymentMethods": [
  8.         {
  9.             "type": "CARD",
  10.             "parameters": {
  11.                 "allowedAuthMethods": [
  12.                     "PAN_ONLY"
  13.                 ],
  14.                 "allowedCardNetworks": [
  15.                     "VISA",
  16.                     "MASTERCARD"
  17.                 ]
  18.             },
  19.             "tokenizationSpecification": {
  20.     "type": "PAYMENT_GATEWAY",
  21.     "parameters": {
  22.         "gateway": "stripe",
  23.         "stripe:version": "2018-10-31",
  24.         "stripe:publishableKey": "pk_test_51K5sRVDFWzthIA7Wdjt1KvexeyUJE6I5QNL36R4BzdUJ2QYRTuJnIzO3WHPyLQEjauGHHztS14z43l6WTJ1dSMt9001vyFDLSf"
  25.     }
  26.             }
  27.         }
  28.     ],
  29.     "transactionInfo": {
  30.         "checkoutOption": "COMPLETE_IMMEDIATE_PURCHASE",
  31.         "totalPriceStatus": "FINAL",
  32.         "totalPriceLabel": "Total Price Label",
  33.         "totalPrice": "1.00",
  34.         "currencyCode": "USD"
  35.     },
  36.     "shippingAddressRequired": true,
  37.     "shippingAddressParameters": {
  38.  
  39.         "phoneNumberRequired": false
  40.     },
  41.     "emailRequired": true
  42. }

Replies to Re: Stripe Test rss

Title Name Language When
Re: Re: Stripe Test Burly Crow text 2 Years ago.