Skip to main content

Payment Method Object

Contains Payment Method data.

namestring

The pretty name of the payment method that was used.

Example: Visa ending in 1111
idstring

The UUID of the payment method id that was used.

Example: 123e4567-e89b-12d3-a456-426614174000
amountinteger

The amount the payment method was charged.

Example: 199
display_amountstring

A pretty string of the amount the payment method was charged.

Example: USD 1.99
Payment Method Object
{
"name": "Visa ending in 1111",
"id": "123e4567-e89b-12d3-a456-426614174000",
"amount": 199,
"display_amount": "USD 1.99"
}