PSP Wallet API (LATEST)

API Integration Support: integration@dintero.com License: UNLICENSED

Changelog

All notable changes to the API.

Google Pay

Post Google Pay Transaction

Post a Google Pay transaction to the PSP.

path Parameters
account_id
required
string^[PT]\d{8}
Example: P12345678

The Dintero merchant account id

payment_id
required
string
header Parameters
authorization
required
string

Access token you received when creating the payment

Request Body schema: application/json
reference
required
string [ 8 .. 40 ] characters

Unique reference for this transaction

payment_data
required
string

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

Responses

Request samples

Content type
application/json
{
  • "reference": "01249a0e-18d9-4b8e-8834-2319b3f32bb5",
  • "payment_data": "string"
}

Response samples

Content type
application/json
{
  • "payment_id": "string",
  • "transaction_id": "string",
  • "auth_method": {
    },
  • "operations": [
    ]
}