Skip to main content

Create payment method

Create a new payment method for the user.

This endpoint requires the JWT scope write:payment-method.

Request Body — REQUIRED
type string

Type of bank account (Checking, Savings)

name string

Name of this payment method

routingNumber string

Routing number of the bank account

accountNumber string

Account number of the bank account

bankAccountOwner string

Name of the bank account owner

Responses
200

Successful response

Schema
id uuid
name string
type string

Possible values: [checking, savings]