Atto Developer Documentation (all)
Download OpenAPI description
Overview
URL
API Support
License
Languages
Servers
UK Environment (Production)
https://uk.api.atto.co/
US Environment (Production)
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.
- UK Environment (Production)
https://uk.api.atto.co/stored-data/v1/consents/{consentId}/payment-account-confirmation
- US Environment (Production)
https://us.api.atto.co/stored-data/v1/consents/{consentId}/payment-account-confirmation
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uk.api.atto.co/stored-data/v1/consents/{consentId}/payment-account-confirmation' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response
application/json
{ "consentId": "string", "applicationId": "string", "accountId": "string", "accountNumber": "string", "bankCode": "string", "accountNumberSource": "Bank", "bankCodeSource": "Bank" }