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 payin
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
payin_id*
string
card.exp_year*
string
YYYY
format (e.g. 2048
)
card.exp_month*
string
MM
format (e.g. 01
)
card.pan*
string
16 digits, no spaces or dashes
card.csc*
string
XXX
format (e.g. 012
)
Example
Last updated