https://uk.api.atto.co/
https://us.api.atto.co/
The Payment Confirmation stage allows a user to select an account which they would like to receive payments into. It is an optional stage in Atto Connect. This endpoint allows the customer to retrieve the information that has been submitted by the user.
https://uk.api.atto.co/stored-data/v1/consents/{consentId}/payment-account-confirmation
https://us.api.atto.co/stored-data/v1/consents/{consentId}/payment-account-confirmation
curl -i -X GET \
'https://uk.api.atto.co/stored-data/v1/consents/{consentId}/payment-account-confirmation' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "consentId": "string", "applicationId": "string", "accountId": "string", "accountNumber": "string", "bankCode": "string", "accountNumberSource": "Bank", "bankCodeSource": "Bank" }