Transaction [Request money] response Missing parameter: `type'

Uploading: image.png…


{
“errors”: [
{
“id”: “invalid_request”,
“message”: “Missing parameter: type
}
]
}

Hello
Maybe you need to follow the default order ? Try to put ‘type’ as first property

{
    "type": "request",
    "to": "email@example.com",
    "amount": "1",
    "currency": "BTC"
  }
1 Like

Thank you very much for your reply. Test according to your suggestion, but the result is the same

1 Like

If you are sending cryptocurrency, the ‘type’ must be ‘send’

1 Like

Let’s check your headers also please. Is there Content-Type: application/json ?
Beautify your body in Postman, it will change nothing but it is more “conform”

1 Like

Hi @yun! Thank you for posting your concern here.

The team is already aware of this bug and is hard at work to fix it. We will notify you on this forum post the moment it gets fixed.

Sorry for the inconvenience. We appreciate your patience. Thanks!

1 Like

Thank you. In addition to this interface, other interface of postman can pass through

Thank you and look forward to your fix

1 Like

Related issue:

This has been known for nearly 3 years now as reported here:

However, it is unclear if the appropriate parties were aware of this report. It is definitely known now, however. 39 days… and counting. :slight_smile:

1 Like

Hi @Mike-E and @arena.music.trial! Apologies for the delay in our response. We would like to inform you that the Transactions: Request money endpoint has been removed and is no longer supported.

1 Like

We would like to inform you that the Transactions: Request money endpoint has been removed and is no longer supported.

Technically it was never supported as it literally never worked :upside_down_face: