v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

post/payments/{payment_id}/transactions/{transaction_id}/split-marketplace/transfer-reversal

Path parameters

payment_idstring required

The unique identifier of the payment (MAX 64; MIN 36).

transaction_idstring required

The unique identifier of the transaction (MAX 64; MIN 36).

Headers

X-Idempotency-Keystring

Unique identifier used in HTTP headers to ensure that a request is processed only once, even if it is retried due to network issues or timeouts.

Request body

descriptionstring

The unique identifier of the transaction (MAX 256; MIN 3).

Response

Created

codestring
messagesstring[]

Example response

{
  "code": "INVALID_REQUEST",
  "messages": [
    "Invalid request"
  ]
}