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>'
This response does not have an example.
Sync Orb’s payment methods for the customer with their gateway.
This method can be called before taking an action that may cause the customer to be charged, ensuring that the most up-to-date payment method is charged.
Note: This functionality is currently only available for Stripe.
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>'
This response does not have an example.
API Keys can be issued in the Orb's web application.
No Content
Was this page helpful?