PaymentAccounts

Create a card payment account

Creates a new payment account for debit or credit cards.

post/v1/PaymentAccounts/paymentcard

Request body

name_firststring required

First name of the card holder

name_laststring required

Last name of the card holder

card_numberstring required

Card number

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

Created

okboolean
idinteger

Changes

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