Transactions
Process a transaction
This will override the existing scheduled date and process the charge immediately.
post/transactions/{transaction_id}/process
Request body
Response
OK
Example response
{
"date_request": "2023-04-01 00:00:00",
"date_response": "2023-04-01 00:00:00",
"reattempt_data": [
{
"date_request": "2023-04-01 00:00:00",
"date_response": "2023-04-01 00:00:00"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.