payment-methods

Create payment method

Creates a new payment method within the caller account.

post/api/v1/payment-methods

Request body

codestring required
namestring required
metadataobject

Response

Payment method created.

idstring required
codestring required
namestring required
activeboolean required
metadataobject nullable required
created_atstring required
updated_atstring required

Changes