PaymentAccounts

Replace a card payment account

Updates an existing payment account for debit or credit cards.

put/v1/PaymentAccounts/paymentcard/{id}

Path parameters

idinteger required

Format - int32. Payment Account ID

Request body

payment_account_idinteger

Primary identifier for this payment account.

name_firststring required

First name of the card holder

name_laststring required

Last name of the card holder

expiration_monthinteger required

Expiration month of the card

expiration_yearinteger required

Expiration year of the card

customer_idinteger required

Foreign identifier indicating the customer account associated with this payment method

address_idinteger

Foreign identifier indicating the address associated with this payment method If no address is supplied, the billing address on the customer is used

Response

OK

okboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.