Get a Payer Authorisation
GET {{url}}/payer_authorisations/{{payer_authorisation}}
Payer Authorisations is deprecated in favour of Billing Requests. Please consider using Billing Requests to build any future integrations.
Retrieves the details of a single existing Payer Authorisation. It can be used for polling the status of a Payer Authorisation.
Get a Payer Authorisations API Docs
RESPONSES
status: OK
{"payer_authorisations":{"id":"PAU00002XASYBMX","created_at":"2024-03-22T21:11:54.547Z","customer":{"address_line1":"27 Acer Road","address_line2":"Apt 24","city":"London","country_code":"GB","email":"newcustomer@example.com","family_name":"Kuphal","given_name":"Anya","postal_code":"E8 3GX","metadata":{"salesforce_id":"EFGH5678"}},"bank_account":{"account_holder_name":"Frank Osborne","account_number_ending":"11","country_code":"GB","bank_name":"BARCLAYS BANK PLC","metadata":{}},"mandate":{"scheme":"bacs","metadata":{"contract":"ABCD1234"}},"status":"confirmed","incomplete_fields":[],"links":{}}}