Update
Only custom payment methods can be updated.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
entityId
Entity ID or Entity ForeignID
paymentMethodId
Payment Method ID or Payment Method ForeignID
Request
This endpoint expects an object.
custom
OR
bankAccount
Only defaultSource, defaultDestination, accountName, and checkOptions can be updated.
OR
card
Only defaultSource and defaultDestination can be updated.
OR
check
Only defaultSource and defaultDestination can be updated.
OR
offPlatform
Only defaultSource and defaultDestination can be updated.
OR
utility
Only defaultSource and defaultDestination can be updated.
OR
wallet
Only defaultSource and defaultDestination can be updated.
Response
This endpoint returns an object.
bankAccount
OR
card
OR
check
OR
custom
OR
offPlatform
OR
utility
OR
wallet