Change transaction

Change attributes of an existing transaction.

SecurityBearer Authentication
Request
path Parameters
ratepay_transaction_id
required
string

ID of transaction to change. Get an overview of key identifiers used in payment API.

Request Body schema: application/merge-patch+json
required
authorization_expires
required
string <date-time>

Timestamp when the transaction should expire.

Responses
204

Transaction changed

400

Bad request

404

Transaction not found

422

Change declined

451

Legally not allowed

500

Technical problem

patch/v2/transactions/{ratepay_transaction_id}
Request samples
application/merge-patch+json
{
  • "authorization_expires": "2025-03-10T15:13:46.235+02:00"
}
Response samples
application/problem+json
{
  • "decline": {
    }
}