• Home
  • Our APIs
  • Guides
  • Our Products
    • Nothing Found
  • Home
  • Our APIs
  • Guides
  • Our Products
    • Nothing Found
    v1.0
    Introduction
    Authentication
    Currency
    Terminals
    Intent
      get
      Get intent by ID
      post
      Create payment intent
      post
      Create Pre-Auth create intent
      post
      Create Pre-Auth capture intent
      post
      Create a Pre-Auth cancel intent
      post
      Create refund intent
      post
      Create reversal intent
      post
      Create NFT intents
      post
      Cancel an intent being processed
      post
      Request a terminal to process an intent

Create a Pre-Auth cancel intent

Create a pre-authorisation cancellation intent to be sent to a terminal at a later date.

Securityapi_key
Request
path Parameters
mid
required
string

Merchant Identifier.

Request Body schema: application/json
postbackUrl
required
string <uri>

The URL including any relevant path for returning information relating to the request, will be used for sending transaction complete requests.

merchantReference
string

A field where you can provide your own reference to send to the host

parentIntentId
required
string <uuid>

The parent Intent Id that was used when perform a preauth create.

Responses
201
400

Bad payload.

401

Invalid API key/MID.

403

Forbidden from performing this action.

500
post/merchant/{mid}/intent/preauth/cancel
Request samples
  • Payload
application/json
{
  • "postbackUrl": "http://example.com",
  • "merchantReference": "sale-10-10-2022",
  • "parentIntentId": "977e752c-43c3-4242-980f-81d18ca08185"
}
Response samples
  • 201
  • 400
  • 401
  • 403
  • 500
application/json
{
  • "intentId": "uuid-uuid-uuid-uuid"
}
Legal
  • Privacy Policy
Support
  • Contact us
© Copyright Till Payments 2023. All right reserved.