WISE API integration

132 Views Asked by At

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.

0

There are 0 best solutions below