Logo
GoCardless API API Documentation

Get Bank Authorisation

GET {{url}}/bank_authorisations/{{bank_authorisation}}

Fetches a bank authorisation.

Get a Bank Authorisation API Docs

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "bank_authorisations": { "id": "BAU0000JB7FJXDM", "url": "https://pay-sandbox.gocardless.com/obauth/BAU0000JB7FJXDM", "qr_code_url": "https://pay-sandbox.gocardless.com/obauth/BAU0000JB7FJXDM/qr_code", "created_at": "2024-01-31T16:46:23.607Z", "authorisation_type": "payment", "authorised_at": "2024-01-31T16:47:07.695Z", "last_visited_at": "2024-01-31T16:47:04.999Z", "expires_at": "2024-01-31T17:01:23.592Z", "redirect_uri": "https://pay.gocardless.com/open_banking/static/thankyou?id=BRQ0005KKQSFVKX", "links": { "billing_request": "BRQ0005KKQSFVKX", "institution": "read_refund_account_sandbox_bank" } } }



Curl
curl -X GET 'https://api-sandbox.gocardless.com/bank_authorisations/https://api-sandbox.gocardless.com'

ENDPOINTS