Skip to main content
POST
/
public
/
{user_id}
/
gateways
/
{gatewayConfig_uuid}
/
{paymentMethodType}
Add Payment Method
curl --request POST \
  --url https://apigw.ipxo.com/ecommerce/public/{user_id}/gateways/{gatewayConfig_uuid}/{paymentMethodType} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user.

gatewayConfig_uuid
string
required
paymentMethodType
string
required

Response

204

Card added successfully