Skip to main content
POST
Release external payment gate threshold commit

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Information to identify the workflow that is in progress to release the commit, and what action we should take to complete the workflow.

workflow_id
string<uuid>
required

ID of the workflow to continue

outcome
enum<string>
required

The outcome of the external payment gate

Available options:
paid,
PAID,
failed,
FAILED

Response

200

Success