Request for payment transaction creating / deposit / create
Field
Type
Mandatory
Description
Example
{
"amount": 10.00,
"currency": "USD",
"customer": {
"id": "1234567890",
"ip": "127.0.0.1",
"email": "[email protected]",
"phone": "+442012345678",
"country": "GB",
"last_name": "First",
"first_name": "Last"
},
"method_name": "CardGate",
"system_fields": {
"card_number": "4111111111111111",
"card_month": "12",
"card_year": "2030",
"cardholder_name": "Card Holder",
"card_cvv": "123"
},
"transaction_id": "117013802452690251779442581568"
} Field
Type
Mandatory
Description
Example
Last updated