HomeGuidesRecipesAPI Reference
Log In
API Reference

Debit From an Account

Use this API to debit funds from an account.

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

Unique identifier of the account to be debited.

Body Params

Account debit transaction details.

string
required

Channel or mode through which the funds are transferred or settled.

string
required

Category of the user receiving or utilizing the funds.

number
required

Amount to be debited from the account.

string
required

Client-generated unique reference ID used for idempotency and reconciliation.

string

Description or remark for the debit transaction.

date-time
required

Date and time when the transaction was initiated, in ISO 8601 format.

Headers
uuid
required

Unique identifier of the user or system initiating the debit request.

string
required

Authorization token used to authenticate the API request.

string
required

Expected response media type.

string
required

Media type of the request body.

Responses
200

OK

400

Invalid request or validation error.

401

Unauthorized request.

404

Account not found.

500

Internal server error.

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