TurboPayment Service
Redemption
Credit redemption and gift processing
Redeem credits gifted via email
Redeem credits gifted via email by providing the destination wallet address for the credits, the redemption ID, and recipient email address
Query Parameters
destinationAddressstring
Destination wallet address
idstring
ID for the redemption
emailstring
Recipient email address for the redemption
Response Body
curl -X GET "https://loading/v1/redeem?destinationAddress=string&id=string&email=string"
{
"message": "Payment receipt redeemed for 1000 winc!",
"userBalance": 1000,
"userAddress": "abcdefghijklmnopqrxtuvwxyz123456789ABCDEFGH",
"userCreationDate": "2023-05-17T21:46:38.404Z"
}
"Failure to redeem payment receipt!"
"Error while redeeming payment receipt. Unable to reach Database!"
How is this guide?