v1

latestOpenAPI 3.0.02026-07-2691259477.2 KB
Refunds

Refund a transaction without PSP process

put/v2/refundcreate/{transactionId}

Path parameters

transactionIdinteger required

Headers

Authorizationstring required

Authorization bearer (OAuth 2)

PSU-Accept-Languagestring

Response language accepted by final client (PSU). English by default

PSU-IP-Addressstring required

IP address of the final client (PSU).

PSU-User-Agentstring

User-agent of the final client (PSU).

Request body

linkedP2pIdsinteger[]

P2P transactions linked to Money-In refund.

transactionDateTimestring

Transaction DateTime (UTC Unix timestamp)

amountToRefundinteger

Refund Amount. If empty, the total amount of the payment will be refunded.

commentstring

Comment on the refund. Explain the reason for the refunded amount Note: In the API Response displayed before the comment will appear the refund transaction id. Example: comment": "Refund 2763789 Items not wanted"

Example request

{
  "linkedP2pIds": [
    1,
    61,
    80,
    33,
    98,
    87
  ],
  "transactionDateTime": "1782749581",
  "amountToRefund": 1500,
  "comment": "Never received the PO 12366GG"
}

Response

OK