Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
An idempotency key is an arbitrary unique value generated by client to detect subsequent retries of the same request. It is recommended that a UUID or a similar random identifier be used as an idempotency key. A different key must be used for each request, unless it is a retry.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Body
Details of the Apple Pay External Card Transfer to create
Amount of the transfer in cents (USD)
x >= 1The ID of the account to which the transfer will be initiated/received
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Payload containing payment information, obtained from Apple following payment authorization
The customer_id of the cardholder
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Merchant descriptor information that will be shown on statement and transaction details. If not provided, FinTech information will be used.
The id of the tenant containing the resource.
"abcdef_ghijkl"
Response
Apple Pay External Card Transfer created
Type of transfer operation
APPLE_PAY_PULL The ID of the Synctera account into which or from which funds were moved
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Amount of the transfer in cents
"2010-05-06T12:23:34.321Z"
ISO 4217 Alpha-3 currency code
3"USD"
The customer_id of the cardholder
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
The ID of the transfer
"2010-05-06T12:23:34.321Z"
Merchant descriptor information that will be shown on statement and transaction details. If not provided, FinTech information will be used.
The status of the transfer
CANCELED, DECLINED, PENDING, SUCCEEDED, UNKNOWN The id of the tenant containing the resource.
"abcdef_ghijkl"
If available, a human readable string indicating why a transfer was declined downstream of our system
The reason for the status, e.g. INSUFFICIENT_FUNDS, SUSPECTED_FRAUD, NETWORK_DECLINED
The transaction ID

