1: Scheduling a transaction
To schedule a transaction, include thescheduled_for field in your request body when calling the record-transaction endpoint.
transaction.applied webhook event.
Learn how to schedule a transaction for a later date in your Blnk Ledger.
scheduled_for field in your request body when calling the record-transaction endpoint.
POST http://YOUR_BLNK_INSTANCE_URL/transactions
{
"amount": 100000,
"precision": 100,
"reference": "ref",
"currency": "USD",
"source": "bln_28edb3e5-c168-4127-a1c4-16274e7a28d3",
"destination": "@fees",
"scheduled_for": "2024-12-21T01:36:46+01:00",
"meta_data": {
"sender_name": "John Doe",
"sender_account": "00000000000"
}
}
transaction.applied webhook event.
Was this page helpful?