Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesUntil a payment transaction has a final status, you can update the expiration duration.
It is possible for the payment methods banktransfer
and landingpage
.
The update transaction request is used to manually update a transaction’s expiration duration.
/api/v1/transaction/update
POST
application/json
Name | Required | Description |
---|---|---|
reference | Yes | The transaction to update |
expirationDuration | Yes* | The time until payment expiration in ISO 8601 Duration. |
expirationTimestamp | Yes* | The epoch timestamp when the payment should expire. |
‘*’ Expiration fields are mutually exclusive. When both are filled in, an error is returned.
Example
{
"reference" : "C1507301136356120.1",
"expirationDuration" : "P0Y2M1DT0H0M0.001S"
}
200
application/json