Introduction
Transactions
Two Step Transactions
One Click Payments
Information
Re sends the webhook with the status of a previous transaction.
transactionId
A unique Luxon transaction identifier that can be used as a reference in other API calls.
.../api/v1/merchant/transaction/{transactionId}/repost
status
A status object with the status of the transaction.
{
"status": {
"code": "string",
"message": "string"
}
}