Copy curl -L \
--request POST \
--url 'https://api.fernhq.com/payment-accounts' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"paymentAccountType": "FERN_CRYPTO_WALLET",
"customerId": "text",
"nickname": "text",
"externalBankAccount": {
"accountNumber": "text",
"bankName": "text",
"bankAccountCurrency": "text",
"bankAddress": {
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "text",
"postalCode": "text",
"country": "text"
},
"bankAccountType": "CHECKING",
"bankAccountOwner": {
"email": "text",
"firstName": "text",
"lastName": "text",
"businessName": "text",
"address": {
"addressLine1": null,
"addressLine2": null,
"city": null,
"state": null,
"postalCode": null,
"country": null
},
"type": "PERSONAL"
},
"achRoutingNumber": "text",
"wireRoutingNumber": "text"
},
"externalCryptoWallet": {
"cryptoWalletType": "EVM",
"chain": "arbitrum",
"address": "text"
},
"fernCryptoWallet": {
"cryptoWalletType": "EVM"
}
}'