curl --location --request POST '/senangpay/payment/' \
--data-urlencode 'detail=Shopping cart id 30' \
--data-urlencode 'amount=25.5' \
--data-urlencode 'order_id=ORD12345' \
--data-urlencode 'hash=a8167dd09f01ebed0b18e67b2cc2424a0d058ccc83d94803482ecdeed' \
--data-urlencode 'name=Amir' \
--data-urlencode 'email=amir@email.com' \
--data-urlencode 'phone=123456789' \
--data-urlencode 'timeout=480'{
"status_id": "1",
"order_id": "INV-000123",
"msg": "Successfully",
"transaction_id": "14363538840",
"hash": "d3090c2f1f8c8d3d0c7b52dea2b8f8b18651ffd6d65fe29adec117d0d1939f9b"
}