Authorization: Bearer ********************
{
"partnerReferenceNo": "INV2408150001",
"journeyId": "990144241",
"amount": {
"value": "10000.00",
"currency": "IDR"
},
"payOptionDetails": [
{
"payMethod": "BALANCE",
"transAmount": {
"value": "10000.00",
"currency": "IDR"
}
}
],
"additionalInfo": {
"channel": "DIRECT_DEBIT_ALLO_SNAP",
"lineItems": [
{
"name": "masker",
"price": "5000.00",
"quantity": 1
},
{
"name": "aqua",
"price": "5000.00",
"quantity": 1
}
],
"successPaymentUrl": "https://dribbble.com/shots/14575431-Payment-method-success/attachments/6265573?mode=media",
"failedPaymentUrl": "https://dribbble.com/shots/4756331-Failed-Transaction"
}
}
curl --location --request POST '/direct-debit/core/v1/debit/payment-host-to-host' \
--header 'Content-Type: application/json' \
--data-raw '{
"partnerReferenceNo": "INV2408150001",
"journeyId": "990144241",
"amount": {
"value": "10000.00",
"currency": "IDR"
},
"payOptionDetails": [
{
"payMethod": "BALANCE",
"transAmount": {
"value": "10000.00",
"currency": "IDR"
}
}
],
"additionalInfo": {
"channel": "DIRECT_DEBIT_ALLO_SNAP",
"lineItems": [
{
"name": "masker",
"price": "5000.00",
"quantity": 1
},
{
"name": "aqua",
"price": "5000.00",
"quantity": 1
}
],
"successPaymentUrl": "https://dribbble.com/shots/14575431-Payment-method-success/attachments/6265573?mode=media",
"failedPaymentUrl": "https://dribbble.com/shots/4756331-Failed-Transaction"
}
}'
{}