Console
Pay

Release Payment

Mark a payment as delivered. Call after you have confirmed and delivered the purchased item to the user.

POST /api/pay/release_payment.php
Requires Authorization: AppID:AppKey + user token

Request body

FieldTypeRequiredDescription
tokenstringrequiredUser session token
payment_idintrequiredPayment ID from the check_payment response

Success response 200

{ "success": true, "message": "Payment released successfully." }