hash parameter must be generated as a SHA256 HMAC or SHA256 of the following{secret_key}{customer_name}{customer_email}{customer_phone}{order_id}{amount}{detail}{payment_method}username:passwordAuthorization: Basic *****************curl --location --request POST '/checkout/senangpay/v1/payment' \
--header 'Authorization: Basic <encoded-value>' \
--data-urlencode 'payment_method=' \
--data-urlencode 'order_id=' \
--data-urlencode 'detail=' \
--data-urlencode 'customer_name=' \
--data-urlencode 'customer_phone=' \
--data-urlencode 'customer_email=' \
--data-urlencode 'hash=' \
--data-urlencode 'amount=' \
--data-urlencode 'fpx_bank_code='{
"status": 0,
"msg": "",
"payment_url": "https://c1.senangpay.my/payment/h2h/743177313557914/010300"
}