"tokenizationSpecification": {
"type": "PAYMENT_GATEWAY",
"parameters": {
"gateway": "tabapay",
"gatewayMerchantId": "ALPHAIDENTIFIER_YOUR_CLIENT_ID"
}
}
| JSON Name | Value | Required | Description |
|---|---|---|---|
| sourceAccount: card |
Object | R | Use “Device” |
| id | String | R | “GooglePay|[GooglePay_Merchant_Id] |
| blob | Hex String | R | URL-safe, base64 encoded Google Pay payload (PaymentMethodToken response) (PaymentMethodToken response) |
{
"referenceID": "1",
"type": "push",
"accounts":
{
"sourceAccount":
{
"card":
{
"id": "GooglePay",
"blob": " {\"signature\":\"MEUCIQ... " ,
},
"owner":
{
"name":
{
"first": "John",
"last": "Benson"
},
"address":
{
"line1": "465 Fairchild Drive",
"line2": "Suite #222",
"city": "Mouontain View",
"state": "CA",
"zipcode": "94043"
},
}
},
"destinationAccountID": "Tabapay_AccountID_22-c"
},
"amount": "0.10"
}
{
"SC": 200,
"EC": "0",
"transactionID": "TabaPay_TransactionID_",
"network": "Visa",
"networkRC": "00",
"status": "COMPLETED",
"approvalCode": "000000"
}