P2P Transfer from Company User to Individual User

Endpoints

POST /api/v1/MerchantPayment/source-merchantId/{sourceMerchantId}/beneficiary-individualId/{beneficiaryIndividualId}/p2p-money-transfer

Please provide a valid sourceMerchantId and beneficiaryIndividualId

Post

{
  "sourceCustomerAccount": "BG53IJKG729189QQJZRI9Y",
  "beneficiaryCustomerAccount": "BG03MRSX106425K4BPITEE",
  "transactionAmount": 1,
  "paymentNotes": "string"
}

sourceCustomerAccount: Provide a valid Source Customer Account Number, Max length 17 characters.

beneficiaryCustomerAccount: Provide a valid Target Customer Account Number, Max length 17 characters.

transactionAmount: Non Zero amount

paymentNotes: any additional payment Notes

Powered by BetterDocs