Payment Methods
List Customer Payment Methods
Get saved payment methods of the authenticated customer.
GET
Go (SDK)
To change the default payment method, call the
PATCH /v1/customer-portal/customers/me endpoint with the desired default_payment_method_id.Authorizations
Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.
Query Parameters
Page number, defaults to 1.
Size of a page, defaults to 10. Maximum is 100.
Go (SDK)

