Im a Software Engineer and Im integrating WISE API to my node.js app.
In Sandbox environment, I can successfully transfer the payment to other recipent.
But, Im getting an error on Live Environment. on endpoint of /v1/transfer
Erorr:
{
errors: [
{
code: 'error.quote.accept.approvalRequired',
message: 'Quote cannot be accepted with this request due to missing approval',
arguments: []
}
] }
Can anyone please help me. Thank you.