Bancontact Payconiq Company Payment Id
Payment V3 API (3.6.5)
APIs intended to support the merchant/partner's payment flow on creation, cancellation, search and refunds.
- No longer returning
REFUND_NOT_ALLOWEDerror for products with refundAllowed=false ingetDebtorIbanoperation.
- Modified
descriptionby adding the SEPA requirements allowed character sets. - Modified
referenceby adding the SEPA requirements allowed character sets.
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 serverhttps://docs.payconiq.be/_mock/apis/merchant-payment.openapi/v3/payments/{id}/acknowledge
- PREPROD merchant APIhttps://merchant.api.preprod.bancontact.net/v3/payments/{id}/acknowledge
- PROD merchant APIhttps://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"
}'