Skip to main content
Search

Refund TXID Notify Callback

Version: 3.0.0

Method

POST

Url

https://{YOUR_SERVICE_URL}/(refund_txid_notify: 23)

This API endpoint is for receiving the refund transaction notification. When the beneficiary VASP completes the on-chain refund transfer and notifies the refund tx (Refund API 2) via GTR, you as the originator VASP will receive this callback with the refund tx id, the refund-from address and the actual refund value, so that you can mapping the refund to your customer.

Authentication

No authentication

Path Parameters

No path parameters

Query Parameters

No query parameters

Request Body (Required)

[+]blockchainTransaction
RequiredObject
[+]refundBasicInfo
RequiredObject
[+]refundFromAddress
RequiredObject
[+]refundValue
RequiredObject

Responses

Status HTTP Status: 200, VerifyStatus: 100000

default response

JSON Content

[+]data
OptionalObject
verifyMessage
OptionalString
verifyStatus
OptionalInteger (int32)