Read Order Payment Status
Intent
Reads the order payment status without changing it.
When to call it
Call this after your application has received or stored the identifier for the order payment status.
Access boundary
Authorize the request with a token that carries customer_portal:read or customer_portal:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Get the current payment status for an order.
GET
Read Order Payment Status
Authorizations
Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.
Path Parameters
The order ID.
Previous
Build Order Invoice### Intent
Runs the build order invoice action.
### When to call it
Call this when your workflow reaches the point where it must build order invoice.
### Access boundary
Authorize the request with a token that carries `customer_portal:read` or `customer_portal:write`.
### Successful result
A successful request returns `202`. The response schema below defines the body your integration receives.
### Operational notes
Trigger generation of an order's invoice.
Next
Read Order Payment Status