Generating the Payment Form (Make Deposit Form)
{
"currency": "EUR",
"amount": 1,
"description": "payment",
"order_id": 5,
"success_url": "https://e-gates.io/success",
"failure_url": "https://e-gates.io/error",
"callback_url": "https://webhook.site/9a41d19f-01a3",
"user_email": "[email protected]",
"user_id": 1,
"payment_method": "CARD_PAYMENT"
}PreviousGenerating Signature and Making API RequestsNextGenerating the Payment Form (Make Withdrawal Form)
Last updated