Create Apm withdraw
POST/merchant-api/v1/withdraw/apm/create
This method is creating Apm withdraw
Request
- application/json
Body
required
The description for the Post Body.
Amount of money to withdraw
Id of the gate used for transaction
Payer's ip address
Comment for withdraw
Client order number, must be unique for the merchant`
Possible values: [USD, EGP, RUB, KZT, EUR, UAH, MXN, INR, TRY, UZS, AZN, MDL, VND, KRW, AED, IDR, PKR, PEN, CLP, MAD, BYN, COP, NGN, ZAR, SAR, XOF, CAD, AUD, GBP, PLN, NZD, NOK, DKK, SEK, HUF, PHP, TJS, RSD]
Currency of the withdraw
URL address to which the transaction status notification will be sent
Name of the bank
Bank identifier. Please contact us to get available codes
Account ID
Your account
Receiver name
Receiver last_name
Receiver middle_name
Receiver email
Payers's phone number with country code and without '+'
Phone service provider needed for EGP and XOF currency. ETISALAT, ORANGE, VODAFONE, WEPAY - for the currency EGP. FREEMONEY, EXPRESSO, ORANGE, MTN - for XOF currency
When making a payment in South Africa(ZAR currency), you must additionally pass the user's identification document number in the doc_number parameter. This can be a passport number (1 letter and 8 digits) or a user identification number (13 digits).When performing a purchase in MXN currency you need to add doc_number parameter containing the customer's document number: CURP (contains 18 digits) for Mexico.When performing in COP currency set this parameter to the number of the Citizenship Card (CC—Cédula de Ciudadanía) or to the Colombia Unique Taxpayer Number (NIT—Número de Identificación Tributaria)
Card number of the credit card
Country code in ISO 3166-1 alpha-2 format
Your customer’s date of birth (must be 18+ y.o.).In ISO 8601 format
Customer city of residence.Needed for some gates
Customer address. Needed for some gates
Your customer’s billing country code. May be 2 or 3 letters for different gates
Responses
- 201
The withdraw has been successfully created.
- application/json
- Schema
- Example (from schema)
Schema
Unique id of the withdraw
Amount of money to withdraw
Possible values: [Created, Pending, Failed, Succeed]
Current status of the withdraw
Currency of the withdraw
the description of the withdraw
Client order number, must be unique for the merchant`
Time stamp of the withdraw creation
{
"transaction_uid": "6f15174c-241a-41d9-91be-001454f9c13b",
"amount": "3",
"status": "Created",
"currency_id": "RUB",
"comment": "My first withdraw",
"external_id": "h2gH123",
"created_at": "2022-09-15T07:26:13.893Z"
}