Generating the Payment Form (Make Withdrawal Form)
Request Parameters
currency
: Withdrawal currency.amount
description payment
: Payment description.order_id
: Unique order identifier.`callback_url : Callback URL for receiving notifications about the operation status.
phone
: Customer's phone number.receiver
: Receiver's details.receiver_name
: Receiver's name.receiver_city
: Receiver's city.receiver_country
: Receiver's country (ISO 3166-1 Alpha2 country format)receiver_birthday
: Receiver's date of birth.card_expire
: Receiver's card expiration date.Payment Method: The selected payment method, in this case, a card payment Example :
I
Creating a Withdrawal Form
Request
Method: POST
URL: {{base_url}}/api/external/v1/fiat-gateway/mercuryo/make-withdraw-form
The client initiates a POST request to create a withdrawal form. In response, the client receives information about the operation status and a unique operation identifier.
Response
These documents provide an overview of the processes for generating a payment form and a withdrawal form through the API. Please refer to them when working with these functions. If you have any questions or need additional information, feel free to contact our support team.
Last updated