Customers
Bulk update providers/customers mapping
Bulk update providers/customers mapping, make sure to check the query response to see if all customers were updated.
POST
/
v1
/
customers
/
providers-bulk-update
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
sync
default: false
Sync the customer with the provider after updating the mapping. If the provider is a Payment Service Provider, the payment methods of the customers will be imported.
Body
application/json · object[]
customer_id
string
requiredprovider_name
enum<string>
requiredAvailable options:
mollie
, stripe
, gocardless
, airwallex
, hubspot
, salesforce
provider_account_id
string
requiredResponse
200 - application/json
successful
number
requiredNumber of record successfully updated.
expected
number
requiredNumber of record expected to be updated.
updated
string[]
requiredCustomer IDs that were successfully updated.
Was this page helpful?