{
"paymentAccountId": "03b7030f-6da1-4d76-9352-cdebd82112c8",
"paymentAccountType": "EXTERNAL_BANK_ACCOUNT",
"paymentAccountStatus": "ACTIVE",
"nickname": "Savings Account",
"createdAt": "2023-11-07T05:31:56Z",
"customerId": "03b7030f-6da1-4d76-9352-cdebd82112c8",
"fernFiatAccount": {
"bankAccountOwnerName": "John Doe",
"bankName": "Chase Bank",
"bankAccountPaymentMethods": [
"ACH",
"WIRE"
],
"bankAccountNumber": "12346789",
"routingNumber": "12346789",
"iban": "GB29NWBK60161331926819",
"bicSwift": "SMCOGB2LXXX",
"sortCode": "123456",
"transitNumber": "12345",
"institutionNumber": "111",
"bsbNumber": "123-456",
"clabeNumber": "123456789012345678",
"bankCode": "123456",
"cnapsCode": "123456789",
"clearingCode": "123456"
},
"isThirdParty": false
}Payment account created webhook
Sent when a payment account is created.
{
"paymentAccountId": "03b7030f-6da1-4d76-9352-cdebd82112c8",
"paymentAccountType": "EXTERNAL_BANK_ACCOUNT",
"paymentAccountStatus": "ACTIVE",
"nickname": "Savings Account",
"createdAt": "2023-11-07T05:31:56Z",
"customerId": "03b7030f-6da1-4d76-9352-cdebd82112c8",
"fernFiatAccount": {
"bankAccountOwnerName": "John Doe",
"bankName": "Chase Bank",
"bankAccountPaymentMethods": [
"ACH",
"WIRE"
],
"bankAccountNumber": "12346789",
"routingNumber": "12346789",
"iban": "GB29NWBK60161331926819",
"bicSwift": "SMCOGB2LXXX",
"sortCode": "123456",
"transitNumber": "12345",
"institutionNumber": "111",
"bsbNumber": "123-456",
"clabeNumber": "123456789012345678",
"bankCode": "123456",
"cnapsCode": "123456789",
"clearingCode": "123456"
},
"isThirdParty": false
}Authorizations
To authenticate server-side requests
Body
Response schema for a payment account
The id of the payment account
"03b7030f-6da1-4d76-9352-cdebd82112c8"
Type of payment account to create
FERN_CRYPTO_WALLET, EXTERNAL_CRYPTO_WALLET, EXTERNAL_BANK_ACCOUNT, FERN_AUTO_FIAT_ACCOUNT, FERN_FIAT_ACCOUNT "EXTERNAL_BANK_ACCOUNT"
The status of the payment account
PENDING, ACTIVE, DEACTIVATED "ACTIVE"
Nickname for customer to use for the payment account
"Savings Account"
ISO timestamp when this transaction was created
The id of the customer this payment account belongs to
"03b7030f-6da1-4d76-9352-cdebd82112c8"
Response schema for external bank accounts
Show child attributes
Show child attributes
Response schema for Fern auto fiat accounts
Show child attributes
Show child attributes
Response schema for Fern fiat accounts
Show child attributes
Show child attributes
Response schema for external crypto wallets
Show child attributes
Show child attributes
Response schema for Fern crypto wallets
Show child attributes
Show child attributes
Whether the payment account is a third-party account. Defaults to false.
false
Response
Acknowledged
Was this page helpful?