get https://penny-api-restricted-dev.alfredpay.io/api/v1/third-party-service/penny/fiatAccounts
Fetch a list of Customer Bank Accounts
Log in to see full request history
Fetch a list of Payment Methods attached to a Customer.
Response
Fetch a list of Customer Bank Accounts
Fetch a list of Payment Methods attached to a Customer.
xxxxxxxxxx
curl --request GET \
--url https://penny-api-restricted-dev.alfredpay.io/api/v1/third-party-service/penny/fiatAccounts \
--header 'accept: application/json'
xxxxxxxxxx
{
"fiatAccountId": "string",
"type": "string",
"accountNumber": "string",
"accountType": "string",
"bankName": "string",
"createdAt": "string"
}