HomeGuidesRecipesAPI Reference
Log In
API Reference

Debit a Card

Posts a debit transaction on a specific card using the card identifier. This API is typically invoked after a successful authorization or settlement.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

A Unique identifier of the card on which the debit transaction is to be posted.

Body Params

Debit transaction and merchant details.

transaction
object
required

Transaction-related information.

merchant
object
required

Merchant-related information.

Headers
uuid
required

A unique identifier of the user or system initiating the transaction.

string
required

Expected response media type.

string
required

Media type of the request body.

Responses
200

OK

400

Invalid request or validation failure.

401

Unauthorized request.

500

Internal server error.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!