We have already created issues and this similar this https://github.com/mollie/api-documentation/issues/583
We have set webhook URL the id parameter in request but every time we got id is null so my question is id parameter are we pass or your side passed the parameter? let me know we are big trouble at this moment.
Create a payment response
{
"resource": "payment",
"id": "tr_pCHpdCbpb5",
"mode": "test",
"createdAt": "2020-01-24T09:40:18+00:00",
"amount": {
"value": "100.10",
"currency": "EUR"
},
"description": "46-201800046",
"method": null,
"metadata": null,
"status": "open",
"isCancelable": false,
"expiresAt": "2020-01-24T09:55:18+00:00",
"profileId": "pfl_wv9K6uRbg7",
"sequenceType": "oneoff",
"redirectUrl": "http://localhost:60991/nl-nl/OrderValidation?paymentType=mollie",
"webhookUrl": "https://devee05.solvisoft.net/api/mollie/webhook",
"_links": {
"self": {
"href": "https://api.mollie.com/v2/payments/tr_pCHpdCbpb5",
"type": "application/hal+json"
},
"checkout": {
"href": "https://www.mollie.com/payscreen/select-method/pCHpdCbpb5",
"type": "text/html"
},
"documentation": {
"href": "https://docs.mollie.com/reference/v2/payments-api/create-payment",
"type": "text/html"
}
}
}
When we paid amount specific to payment method Webhook URL automatically called but we got id every time null, but we detected or auto mapped currently created payment id? in webhook URL.