v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

createOpenBankingLinkOps end_customer

Create an open banking link for an end customer, for ops to share directly with them

post/ops/end-customers/open-banking-link

Request body

end_customer_idstring regexp required

End customer ID

Example request

{
  "end_customer_id": "739b63c2-9e58-4964-b38d-4ebb424de242"
}

Response

OK response.

open_banking_linkstring required

The open banking link to share with the end customer

Example response

{
  "open_banking_link": "abc123"
}