The consent Id to fetch the payment account confirmation
URL https://www.atto.co/about/contact
API Support support@atto.co
License All Rights Reserved © The IDCO. Ltd
Terms of Service
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.
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" }