Click-To-Pay Objects Reference (Response)
Response objects
ClickToPayResponse Object
Name | Type | Always exists | Description |
| String | Yes | Contains all transaction data. For more details please click on the link |
| Decimal | Yes | This is a response object that's returned by Google after a payer approves payment |
| String | No | This is a response object that's returned by Google after a payer approves payment |
| String | No | This is a response object that's returned by Google after a payer approves payment |
| Yes | This is a response object that's returned by Google after a payer approves payment |
ClickToPayPayload Object
Name | Type | Always exists | Description |
| String | Yes | A unique identifier for this payment |
| String | Yes | Information about the card used in the transaction. |
| String | Yes | A unique identifier for this payment |
| String | Yes | An object containing the encrypted payment data. This is the object that needs to be Base64 Encoded and sent to gateway as |
ClickToPayResponse object example
Last updated