Bancontact Payconiq Company Payment Id
Payment V3 API (3.6.3)
APIs intended to support the merchant/partner's payment flow on creation, cancellation, search and refunds.
Download OpenAPI description
Languages
Servers
Mock server
https://docs.payconiq.be/_mock/apis/merchant-payment.openapi/
PREPROD merchant API
https://merchant.api.preprod.bancontact.net/
PROD merchant API
https://merchant.api.bancontact.net/
Bodyapplication/json
Merchant payment reference, used to reference the Bancontact Payconiq Company payment in the merchant’s system. The characters used must comply with the SEPA Requirements for an Extended Character Set (UNICODE Subset) - Best Practices | European Payments Council.
- Mock server
https://docs.payconiq.be/_mock/apis/merchant-payment.openapi/v3/payments/{id}/acknowledge
- PREPROD merchant API
https://merchant.api.preprod.bancontact.net/v3/payments/{id}/acknowledge
- PROD merchant API
https://merchant.api.bancontact.net/v3/payments/{id}/acknowledge
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.payconiq.be/_mock/apis/merchant-payment.openapi/v3/payments/{id}/acknowledge' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"currency": "EUR",
"amount": 1,
"reference": "19848995"
}'