{
"partnerReferenceNo": "INV-0001",
"validUpTo": "2024-07-10T11:57:58+07:00",
"pointOfInitiation": "app",
"urlParam": {
"url": "https://www.merchant.com/",
"type": "PAY_RETURN",
"isDeepLink": "Y/N"
},
"amount": {
"value": "10000.00",
"currency": "IDR"
},
"additionalInfo": {
"channel": "EMONEY_SHOPEE_PAY_SNAP"
}
}
curl --location --request POST '/direct-debit/core/v1/debit/payment-host-to-host' \
--header 'X-TIMESTAMP;' \
--header 'X-SIGNATURE;' \
--header 'X-PARTNER-ID;' \
--header 'X-EXTERNAL-ID;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"partnerReferenceNo": "INV-0001",
"validUpTo": "2024-07-10T11:57:58+07:00",
"pointOfInitiation": "app",
"urlParam": {
"url": "https://www.merchant.com/",
"type": "PAY_RETURN",
"isDeepLink": "Y/N"
},
"amount": {
"value": "10000.00",
"currency": "IDR"
},
"additionalInfo": {
"channel": "EMONEY_SHOPEE_PAY_SNAP"
}
}'
{
"responseCode": "2000500",
"responseMessage": "Successful",
"webRedirectUrl": "https://app-uat.doku.com/link/283702597342040",
"partnerReferenceNo": "INV-0001"
}