Resend Callback For Transaction
รายละเอียด Endpoint
Name
Value
{
"ref_id": ""
}Fields
Type
Required
Description
curl -X POST https://BASE_URL/api/v1/client/resend_callback_for_transaction \
-H "Authorization: Bearer YOUR_SECRET_TOKEN" \
-H "x-api-key: YOUR_API_KEY" \
-H "x-signature: YOUR_BASE64_ENCODED_SIGNATURE" \
-H "Content-Type: application/json" \
-d '{
"ref_id": "your_ref_id_here"
}'การตอบกลับจาก API (Response Example)
JaveScript Example
Last updated