Skip to content

Atto Developer Documentation (all)

Download OpenAPI description
Languages
Servers
UK Environment (Production)

https://uk.api.atto.co/

US Environment (Production)

https://us.api.atto.co/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Overview

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.

Retrieves user entered payment account confirmation

Request

Security
Bearer
Path
consentIdstringrequired

The consent Id to fetch the 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>'

Responses

Payment account confirmation data was successfully retrieved

Bodyapplication/json
consentIdstringnon-emptyrequired

The unique identifier of the consent.

applicationIdstringnon-emptyrequired

Application id the consent is associated with.

accountIdstringnon-emptyrequired

Unique identifier for the account at the institution.

accountNumberstringnon-emptyrequired

The bank’s unique identifier for the account

bankCodestringnon-emptyrequired

The national bank transit or transfer code used for identification of the bank assigned by a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK)

accountNumberSourcestring(DirectID.Insights.Service.Models.PaymentConfirmation.Source)required
Enum"Bank""User"
bankCodeSourcestring(DirectID.Insights.Service.Models.PaymentConfirmation.Source)required
Enum"Bank""User"
Response
application/json
{ "consentId": "string", "applicationId": "string", "accountId": "string", "accountNumber": "string", "bankCode": "string", "accountNumberSource": "Bank", "bankCodeSource": "Bank" }
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations