post
http://{{url}}/api/method/emotive_app.lms.payment_processors.api.post_to_transaction_queue
Posts payment transaction data to the transaction queue for processing. This endpoint is used by payment processors to submit transaction information.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request Body
- The request body contains payment transaction details that are posted to the transaction processing queue.
Payment Types
- ach — Automated Clearing House
- apple_pay — Apple Pay
- cash — Cash payment
- cash_app — Cash App
- credit — Credit card
- debit — Debit card
- google_pay — Google Pay
- paypal — PayPal
- pin4 — PIN-based debit
- venmo — Venmo
Response Structure
- Indicates whether the transaction was successfully added to the queue or already exists.
- Returns the unique transaction identifier when applicable.
Example Response
{
"message": {
"success": true,
"message": "Transaction already exists in queue",
"transaction_id": "BLY-123456789"
}
}