🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location -g --request POST 'https://sandbox-payments-{{account-name}}.datmanpay.com/api2.php?action=capture' \
--header 'api_token: {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"xref": "O<order_id>M<merchant_id>T<transaction_id>",
"amount": "1",
"merchant_id": "63155480"
}'{}