Skip to main content
PATCH
/
public
/
{user_id}
/
orders
/
{publicOrder}
/
payment-methods
/
{paymentMethod_uuid}
Update Payment Method
curl --request PATCH \
  --url https://apigw.ipxo.com/ecommerce/public/{user_id}/orders/{publicOrder}/payment-methods/{paymentMethod_uuid} \
  --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.

publicOrder
string
required
paymentMethod_uuid
string
required

Response

204

Successfully Updated Payment Method to Order