Transaction Refund
info
No Content
const response = await fetch('//api.client.nbcgate.tech/api/pay/pay-link/return', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "operation_id": 0 }), }); const data = await response.json();
{ "errors": [ { "code": 0, "field": "text", "message": "text" } ], "message": "text", "statusCode": 0 }