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 tokenRequest body
| Field | Type | Required | Description |
|---|---|---|---|
| token | string | required | User session token |
| payment_id | int | required | Payment ID from the check_payment response |
Test this endpoint
Headers
Body
Success response 200
{ "success": true, "message": "Payment released successfully." }