Skip to main content
POST
applepayPost_Apple_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
payment_data
string
required

Should be JSON stringified object of the event from the onpaymentauthorized callback from apple pay. See https://developer.apple.com/documentation/applepayontheweb/applepaysession/onpaymentauthorized

Maximum string length: 10000

Response

Created transaction

Created transaction

payment_id
string
required
transaction_id
string
required
type
enum<string>
required
Available options:
APPLE_PAY_AUTHENTICATION
Last modified on May 12, 2026