This endpoint will let you confirm the gifting gold transaction post the Gifting Verify API’s.

🚧

Go to Registration API after executing the Gift verify without receiver ID API

The Registration API will be used by the Distributor to register the User using the transaction ID that was generated in the “Gifting Verify without Receiver ID”.

Post successful registration, the user ID will be created for the user and will replace the Dummy ID that was created in the “Gifting Verify without Receiver ID” method.

Once the customer has been registered, for adding the gold to the Receiver and the receiver accepts the gift, Distributor will call the Gifting Confirm API.

Link to Registration API



Request Parameters

FieldDescription
tx_idThis would be the Transaction ID which was passed by Safegold in the previous Gifting Verify API for the particular User ID.

Success 200 Response Parameters

FieldDescription
invoice_idInvoice ID generated by SafeGold which would be seen in the Invoice for the particular transaction.

Failure Parameters

Status CodeCodeCode Description
HTTP Status 400
1Missing required information
2Invalid transaction ID
3User ID/ Vendor ID Mismatch.
4Insufficient Balance

📘

Points to Remember

  1. Make sure to pass the tx_id received as response from Gift Verify with/without receiver ID API to the Gift Confirm API in the body parameter.
Language
Click Try It! to start a request and see the response here!