Submit card data
This endpoint is used depending on the type of integration. Please check with our integration team if you are eligible for using this endpoint.
Sending card data for a payout
Submit card
POST
{next_action.url}
Sends PAN, card expiry date and CSC to perform a transaction.
Headers
Name
Type
Description
x-merchant-id*
string
x-timestamp*
number
x-simplified-signature*
string
Request Body
Name
Type
Description
payout_id*
string
card.exp_year*
string
card.exp_month*
string
card.pan*
string
Example
Last updated