Skip to main content
Question

400 Bad request on Remittance API (/transfer request)

  • November 27, 2023
  • 2 replies
  • 123 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

  • Active
  • December 5, 2023

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


Forum|alt.badge.img

'{

  "amount": "12.2",

  "currency": "EUR",

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

  "payee": {

    "partyIdType": "MSISDN",

    "partyId": "56733123450"

  },

  "payerMessage": "ug payment",

  "payeeNote": "credits"

}'