Get a payment method for a customer
Returns a payment method for a customer using its ID and related customer ID.
Path Parameters
Paddle ID of the customer entity to work with.
Paddle ID of the payment method entity to work with.
Response
Represents a customer payment method entity.
Unique Paddle ID for this payment method entity, prefixed with paymtd_
.
Paddle ID of the customer that this payment method is saved for, prefixed with ctm_
.
Paddle ID of the address for this payment method, prefixed with add_
.
Type of payment method saved.
Information about the credit or debit card saved. null
unless type
is card
.
Information about the PayPal payment method saved. null
unless type
is paypal
.
Describes how this payment method was saved.
RFC 3339 datetime string of when this entity was saved. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Information about this response.
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.