Skip to main content
POST
/
customers
/
external_customer_id
/
{external_customer_id}
/
sync_payment_methods_from_gateway
Update payment methods from payment provider
curl --request POST \
  --url https://api.withorb.com/v1/customers/external_customer_id/{external_customer_id}/sync_payment_methods_from_gateway \
  --header 'Authorization: Bearer <token>'
{
  "type": "https://docs.withorb.com/reference/error-responses#400-constraint-violation",
  "status": 400,
  "detail": "<string>",
  "title": "<string>"
}

Authorizations

Authorization
string
header
required

API Keys can be issued in the Orb's web application.

Path Parameters

external_customer_id
string | null
required

Response

No Content