x-api-key: ********************curl --location 'https://api.plexypay.com/v2/sessions/?sessionResult=' \
--header 'x-api-key: <api-key>'{
"id": "CS37D372C44F83716CE84D22F",
"status": "active",
"reference": "payment-ref-1729012345",
"payments": [
{
"amount": {
"currency": "string",
"value": 0
},
"paymentMethod": {
"brand": "string",
"type": "string"
},
"pspReference": "863628121234567P",
"resultCode": "AuthenticationFinished"
}
],
"additionalData": {}
}