Create credit card wallet
Creates a credit-card wallet for the selected payer and returns the created wallet.
Authentication
AuthorizationBearer
You can retrieve your token by visiting your dashboard and clicking Generate API token.
Request
This endpoint expects an object.
payer_id
payer ID identifier.
payer_type
payer type value.
merchant_account_id
merchant account ID identifier.
wallet_description
wallet description value.
active
active flag.
card_token
card token value.
credit_card_number
This field is required when card_token is not present.
credit_card_exp_date
This field is required when card_token is not present. Must be a valid date in the format Y-m.
credit_card_cvc
This field is required when card_token is not present.
customer_billing_name
customer billing name display value.
customer_address_1
customer address 1 value.
customer_address_2
customer address 2 value.
customer_city
customer city value.
customer_state
customer state value.
customer_zip
customer zip value.
customer_country
customer country value.
customer_phone
customer phone phone number.
customer_email
customer email used for login, contact, or delivery flows.
Response
Successful POST response for /api/v1/wallet/create/creditcard.
status
message
data

