If I make the call with exactly the example data: /v1/issuing/bankaccounts/capabilities/?country=sg¤cy=sgd
I get this error:
status: {
error_code: 'ERROR_GET_ISSUING',
status: 'ERROR',
message: "The request tried to retrieve a virtual account number issued to a wallet, but the ID of the object was not recognized. The request was rejected. Corrective action: Provide the ID of a valid Virtual Account Number object, a string starting with 'issuing_'.",
response_code: 'ERROR_GET_ISSUING',
operation_id: 'd3d7d8c1-71c4-4288-8cd2-194785d3085d'
}
Wich doesnβt make any sense to me. Am I doing something wrong?
BTW there is a mistake in the example of this method, there is a missing question mark in the URL right before the query params: // Request URL: GET https://sandboxapi.rapyd.net/v1/issuing/bankaccounts/capabilities/country=sg¤cy=sgd
Could be this also due to this note?: Note: To use this feature, contact Rapyd Client Support .
Is this the expected behavior?
For my hackathon entry, I took the result from Rapyd dashboard endpoint (https://dashboard.rapyd.net/v1/merchants-portal/issuing/bankaccounts/get-iban-supported-countries) and created my own mockup version, using those countries, since with them the capabilities endpoint works with no issues, hope thatβs ok.