Cart
{
“apiVersion”: 2,
“apiVersionMinor”: 0,
“allowedPaymentMethods”: [
{
“type”: “CARD”,
“parameters”: {
“allowedAuthMethods”: [“PAN_ONLY”, “CRYPTOGRAM_3DS”],
“allowedCardNetworks”: [“VISA”, “MASTERCARD”]
},
“tokenizationSpecification”: {
“type”: “PAYMENT_GATEWAY”,
“parameters”: {
“gateway”: “example”,
“gatewayMerchantId”: “your_gateway_merchant_id”
}
}
}
],
“merchantInfo”: {
“merchantId”: “BCR2DN7TWDG7JN22”,
“merchantName”: “TrendUp Store”
},
“transactionInfo”: {
“totalPriceStatus”: “FINAL”,
“totalPrice”: “10.00”,
“currencyCode”: “USD”,
“countryCode”: “US”
}
}