v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Refund Resolution Links

Create and optionally send a resolution link for a pending refund

Create and optionally send a resolution link for a pending refund

post/api/v1/merchants/{merchantId}/transactions/{transactionId}/resolution-link

Path parameters

merchantIdstring uuid required

Merchant ID

Merchant ID

transactionIdstring uuid required

Original transaction ID

Original transaction ID

Request body

emailstring email required

Customer email address

skip_emailboolean

If true, creates link without sending email (for copy/paste)

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true
}