Retrieve Token

Retrieve bank account detail by ID

GET https://<PayEngine-host>/api/bank-accounts/:id

Path Parameters

Name
Type
Description

id*

string

PayEngine token unique ID

Field name
Type
Description
Required?

id

string

Bank account token ID

Required

first_name

string

First name associated with this bank account

Required

last_name

string

Last name associated with this bank account

Required

last_4

integer

Last four digits of the account number

Required

token

string

Account token (used for making payments)

Required

created_at

string

Account token created at timestamp

Required

expires_at

string

Account token expiration timestamp

Optional

curl --location --request GET 'http://<PayEngine-host>/api/bank-accounts/1d15778a-64fb-459b-8c19-e8b5da0a9af9' \
--header 'Authorization: Basic <YOUR_API_SECRET>'

Last updated