Request transfer by payout

Request payment - Payout

- Url: api/v1/global/payout/request-transfer
- Method: POST
- Authorization: Bearer + access_token
- Content-Type: application/json
- Parametter:

Parameters:

Name
Description
Note

CurrencyCode

String. Currency code

Required

OrderID

String. External order id

Required

Amount

Number. Amount of the payment

Required

Method

Transaction Method (MOBILE_MONEY/ CARD/ BANK/ CRYPTO/NETWALLET_PAY)

Required. Currently just open for MOBILE_MONEY and NETWALLET_PAY

MethodType

Provider type (MOMO, ORANGE_MONEY, EU)

Required if Method is MOBILE_MONEY and CountryCode is CM

CountryCode

The ISO2 code of the countries supported

Required get list here

MethodProvider

Provider id get from getProvider endpoint

Required get list here

PhoneNumber

Phone number associated to the order

Required

Description

Transaction description

Optional

CallbackUrl

This url will be called after transaction status changes

Optional

Hash

The hashing data. Get the format here

Required if use hashing is enabled.

Example Response:

{
    "statusCode": 200,
    "data": "MM123456789",
    "message": null
}

Last updated