Skip to main content
POST
googlePayPost_Google_Pay_Transaction

Headers

authorization
string
required

Access token you received when creating the payment

Path Parameters

account_id
string
required

The Dintero merchant account id

Pattern: ^[PT]\d{8}
Example:

"P12345678"

payment_id
string
required

Body

application/json
reference
string
required

Unique reference for this transaction

Required string length: 8 - 40
Example:

"01249a0e-18d9-4b8e-8834-2319b3f32bb5"

payment_data
string
required

Should be a JSON stringified version of the PaymentData response from Google Pay API, see https://developers.google.com/pay/api/web/reference/response-objects#PaymentData

Response

Created transaction and auth instructions.

payment_id
string
required
transaction_id
string
required
auth_method
object
required

Authentication instructions. If the Google Pay transaction was not verified, 3D-Secure authentication might be required.

operations
object[]
required
Last modified on May 12, 2026