Skip to main content
Question

Currency not supported. INVALID_CURRENCY

  • August 6, 2024
  • 4 replies
  • 175 views

The request body below returns invalid currency. What currency codes work for Uganda? Tried altering the currencies but same error.{    "amount": "40000",    "currency": "UGX",    "externalId": "c1f4687688585858a173f12",    "payer": {        "partyIdType": "MSISDN",        "partyId": "25678119xxxx"    },    "payerMessage": "Payment for services",    "payeeNote": "Payment for services"}

4 replies

Forum|alt.badge.img

kindly share the end point URL and the target environment 


  • Author
  • New Member
  • August 7, 2024

the targetEnviroment was sandbox
I randomly used EUR and it worked fine. I was also informed that the sandbox uses EUR


Forum|alt.badge.img

Correct, 

Postman collection to guide you going forward 

MoMo OpenAPI Postman collection (getpostman.com)


  • Author
  • New Member
  • August 7, 2024

Thank you