Skip to main content
News

How to make Business To Business Payments with API

Related products:Distribute
  • July 4, 2023
  • 0 replies
  • 89 views

Forum|alt.badge.img

Here is how you can Configure the Transfer  API to make Business to Business Payments  

 

In the Transfer request  Body , The PartIdType will be “ALIAS” 

and the partyId with  be the Actual Code, Will use “000000” as below 

the Alias is the Marchart code Example a MoMo Pay Code 

{
"amount": "<string>",
"currency": "<string>",
"externalId": "<string>",
"payee": {
"partyIdType": "ALIAS",
"partyId": "00000000"
},
"payerMessage": "<string>",
"payeeNote": "<string>"
}