cash-craft-manual-resolve
GET {{BASE_URL}}/payment/cash-craft/resolve?txId=FR-O0DCYHLBHO5KLBNWJL0Z
This API endpoint is used to resolve a cash craft payment transaction by providing the transaction ID. The transaction ID should be included as a query parameter in the URL.
To resolve a cash craft payment transaction, make an HTTP GET request to the following URL:
{{BASE_URL}}/payment/cash-craft/resolve?txId=FR-O0DCYHLBHO5KLBNWJL0Z
The last execution of this request returned a response with a status code of 400 and an error message: {"error":""}
.
Here are some examples of possible responses for this request:
{ "message": ""}
Please note that the actual response may vary based on the specific implementation and the details of the transaction being resolved.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
txId | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api-key | string | ||
public-key | string | ||
reference-id | string |
RESPONSES
status: OK
{"message":"Manual resolve successful"}