🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location --globoff 'https://sandbox-payments-{{account_name}}.datmanpay.com/api2.php?action=adjustment' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"xref": "O<order_id>M<merchant_id>T<transaction_id>",
"amount": "1",
"merchant_id": "63155480",
"split_fee": [
{
"partner_merchant_id": 63155428,
"type_id": 5,
"value": 4.00,
"value_type": "amount"
},
{
"partner_merchant_id": 63154766,
"type_id": 1,
"value": 5.00,
"value_type": "amount"
}
]
}'{}