Create A Bank Payment Method Token
Creates a new bank payment method and returns an auto-generated token.
post/paymentmethodtokens/bank
Request body
Response
200
Example response
{
"type": "BANK",
"bank": {
"accountHolderName": "John Smith",
"last4": "1534",
"bankNumber": "062140",
"branchNumber": "2140",
"suffixNumber": "06",
"countryCode": "AU",
"bankTransferType": "LOCAL"
},
"paymentMethodToken": "1260c427-2c91-437c-9bac-18cb72cf39bf"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.