Confirm a Payer Authorisation

POST {{url}}/payer_authorisations/{{payer_authorisation}}/actions/confirm

Payer Authorisations is deprecated in favour of Billing Requests. Please consider using Billing Requests to build any future integrations.

Confirms the Payer Authorisation, indicating that the resources are ready to be created. A Payer Authorisation cannot be confirmed if it hasn’t been submitted yet.

Confirm 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":{}}}