Adds a new Verification endpoint to the Platform Connector API Specification.
7 posts tagged with "Platform Connector"
View All Tags2022-12-02 — Add new Platform Connector API for configuration
Adds the Platform Connector: Integration Configurations API. This API enables Platform Connector developers to register their connector's destinations via API.
2022-10-17 — Remove placed_at attribute from Create Order request
Removes the placed_at
attribute from the Platform Connector: Create Order request body.
2022-10-13 — Add address_use to Platform Connector customer endpoints
Adds the address_use
field to address objects in the Platform Connector customer endpoints. This field denotes whether an address is for "shipping" or "billing".
2022-09-29 — Add User-Agent header to Platform Connector endpoints
Adds the User-Agent
header, which is sent with all Platform Connector API calls from Bold.
2022-09-27 — Add email query param to List Customer endpoint
Adds an optional email query parameter to the List Customers endpoint to filter the results based on that email.
2022-09-23 — Add platform_id to order payment transaction request
Adds an optional platform_id to the transaction schema in the Platform Connector: Orders API