Deposit data confirmation
When a deposit is received, and the merchant is sent the corresponding callback, it is highly recommended to double check the deposit data using a direct call to the API.
Due to security risks, merchants must use our API to request transaction details. XGateway is not liable for issues caused by relying only on callback data.
get
Retrieves transaction details to the authenticated merchant by transaction ID.
Access to this endpoint requires a valid API key. The API key is sent in the x-api-key
header on requests.
Authorizations
Path parameters
transactionIdstringRequired
Responses
200
Ok
application/json
400
Bad request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal server error
application/json
get