Detail of PaymentLink

{
    "id": string,
    "id_merchant": string,
    "id_session": string,
    "type": integer,
    "chainid": string,
    "order_ref": string,
    "amount": string,
    "currency_code": string,
    "decimals": 2,
    "expiration": string,
    "data": object
}
{
    "id": "f5dc24fc-f4a1-4d34-b3ce-73fcb8863aea",
    "id_merchant": "9d3d5d01-f70e-4d56-b05b-2cc14edabcf9",
    "id_session": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjlkM2Q1ZDAxLWY3MGUtNGQ1Ni1iMDViLTJjYzE0ZWRhYmNmOSIsImlhdCI6MTY3OTQ5OTMyOSwiZXhwIjoxNzExMDM1MzI5fQ.hTAiA9ZR9MxJogOY1_zTtb_LETnGjv3-1sLuIY8Z6cE",
    "type": 1,
    "chainid": "",
    "order_ref": "{{date}}{{id}}",
    "amount": "120",
    "currency_code": "EUR",
    "decimals": 2,
    "expiration": "2023-03-23T15:35:17.613Z",
    "data": {}   
}

PaymentLink Object

Fielddescriptiontype
idPayment Link IDstring
id_merchantMerchant IDstring
id_sessionSession IDstring
typeType of URL (see PaymentRequestType)integer
chainidChain IDstring
order_refYour Order Referencestring
amountAmountstring
currency_codeCurrency Codeboolean
decimalsNumber of decimalsinteger
expirationExpiration of Payment Link (ISO Date)string
dataYour Custom Data (limit 512 Bytes)object