Add new payment details for user

Add payment details object. When recording payment details for a company, said company must have at least one billing person in order for the card to be recorded.

Required scopes: flex.billing.paymentDetails.create

Path Params
string
required

organization slug

Body Params
string
enum
required

The payment provider type. Currently only Stripe is supported.

Allowed:
string
enum
required

The method of the payment details.

Allowed:
string
required

The token of the card that will be recorded. This can be procured by using Stripe's /tokens API.

boolean
required

Determines whether the card is recorded for the member themselves or for their company.

string

The member for which the card is recorded.

string

The company for which the card is recorded.

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json