Transaction Flow

Create Transaction

Initiates a new transaction and returns an object including a URL for the consumer to be redirected to.

POST /api/contract/transactions

Get Transaction

Returns the requested transaction.

GET /api/transactions/{transactionId}

Refund

Initiates a refund for the specified transaction. Partial refunds are possible. This endpoint returns the refund object with status.

POST /api/transactions/{transactionId}/refund