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