Request payment by collection
Get payment - Collection
- Url: api/v1/global/collection/request-payment
- Method: POST
- Authorization: Bearer + access_token
- Content-Type: application/json
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
PhoneNumber
Phone number associated to the order
Required
Description
Transaction description
Optional
CallbackUrl
This url will be called after transaction status changes
Optional
Example Response:
{
"statusCode": 200,
"data": "MM123456789",
"message": null
}
Last updated