v1
latestOpenAPI 3.1.02026-07-24120106.5 KBCreate 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"
}