PaymentMethodResponse

Response to create a payment method.

object (CardResponse)

Details about a payment card.

id
string

The identifier of the payment method.

type
string

The type of payment method.

Enum: "CARD" "CARD_PRESENT" "GIFT_CARD" "GIFT_CARD_PRESENT"
{
  • "id": "string",
  • "type": "CARD",
  • "card": {
    }
}