Post
/api/pay/v1/transactions/BL-2MUXYN2QLP/reruns
This endpoint reruns an existing transaction to processed a subsequent transaction. This can also be used to retry a transaction which had failed earlier.
Request Body
amount
(float, optional): Defaults to the original transaction amount.transaction_unique
(string, optional): Defaults to the original transaction_unique.delay_capture_days
(integer, optional): Number of days for which the transaction will be delayed. The maximum number is 30.
Response Body
status
(string): The status of the rerun transaction.transaction_id
(string): The unique identifier for the rerun transaction.amount
(float): The amount of the rerun transaction.transaction_unique
(string): The unique identifier for the rerun transaction, defaults to the originaltransaction_unique
.message
(string): A brief message or description related to the rerun transaction.delay_capture_days
(integer): Will show the days until capture if it was entered in the request.
Security
HTTP
Type bearer
Header parameters
Authorization
string
ExampleBearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c
Body parameters
object
Example{
"amount": "2024-01-01",
"transaction_unique": "rerun"
}
Responses
200
Successful response