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
Field | description | type |
---|---|---|
id | Payment Link ID | string |
id_merchant | Merchant ID | string |
id_session | Session ID | string |
type | Type of URL (see PaymentRequestType) | integer |
chainid | Chain ID | string |
order_ref | Your Order Reference | string |
amount | Amount | string |
currency_code | Currency Code | boolean |
decimals | Number of decimals | integer |
expiration | Expiration of Payment Link (ISO Date) | string |
data | Your Custom Data (limit 512 Bytes) | object |