Jump to content

eric yu

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral
  1. Using the authorisationId provided from the GET /auth call to the provider, I tried to make the call to PATCH /authorisations with the following body. This consistently gives me 403 Forbidden: { "data":{ "status":"success", "bankAccounts":[ { "bankAccountExternalId":"string1234", "accountName":"string", "bankIdentifier":"1234", "branchIdentifier":"string", "accountIdentifier":"13425" }, { "bankAccountExternalId":"string4321", "accountName":"string", "bankIdentifier":"4321", "branchIdentifier":"string", "accountIdentifier":"14253" } ] } }
×
×
  • Create New...