Skip to main content
lago_id
string<uuid>
required

The unique identifier of the payment method, created by Lago.

Example:

"4cf085a7-c196-4f07-a543-97c50ec6e8b2"

is_default
boolean
required

Indicates whether this payment method is the default one for the customer.

Example:

true

payment_provider_type
enum<string>
required

The type of the payment provider.

Available options:
adyen,
cashfree,
gocardless,
stripe,
flutterwave,
moneyhash
Example:

"stripe"

provider_method_id
string
required

Unique identifier of the payment method within the payment provider.

Example:

"pm_1N8ZQX2eZvKYlo2CkL9Y8XYZ"

created_at
string<date-time>
required

Timestamp when the payment method was created in Lago's database.

Example:

"2025-01-21T00:10:29Z"

payment_provider_code
string | null

Code of the payment provider associated with this payment method.

Example:

"stripe_prod"

payment_provider_name
string | null

Human-readable name of the payment provider.

Example:

"Stripe"