Question

400 Bad request on Remittance API (/transfer request)

  • 27 November 2023
  • 2 replies
  • 44 views

Hello,

I am integrating my application with two APIs (Collection and Remittance)
Collection API works ok, I can successfully call /requesttopay and receive callback after processing, but on Remittance collection I receive 400 over and over again. I have no idea why, because /requesttopay body and headers looks the same as in /transfer request. Any idea how to solve it ?
My request 

 


2 replies

Userlevel 2

Watch the HOW TO VIDEOS on the HOME pAGE of this platform.

Userlevel 3
Badge

'{

  "amount": "12.2",

  "currency": "EUR",

  "externalId": "8c3953b9-c5a0-4131-a922-c7e3c9d4f83f",

  "payee": {

    "partyIdType": "MSISDN",

    "partyId": "56733123450"

  },

  "payerMessage": "ug payment",

  "payeeNote": "credits"

}'

Reply