Detail of Payment
{
"id": string,
"id_merchant": string,
"order_ref": string,
"account1": string,
"total": string,
"amount": string,
"co2e": string,
"decimals": integer,
"chainid": string,
"testnet": boolean,
"currency_code": string,
"fees": string,
"country": string,
"txid": string,
"datevalueAt": string,
"bank": string,
"status": integer,
"ipaddress": string,
"user_agent": string,
"method": integer,
"createdAt": string,
"updatedAt": string,
}
{
"id": "64260bfe-134a-4c8d-9338-284b2e43f8b3",
"id_merchant": "9d3d5d01-f70e-4d56-b05b-2cc14edabcf9",
"order_ref": "202303210F5VT",
"account1": "FR76 1027 8063 9800 0217 2400 388",
"total": "1.21",
"amount": "1.00",
"co2e": "0.21",
"decimals": 2,
"chainid": "",
"testnet": true,
"currency_code": "EUR",
"fees": "0.22",
"country": "FR",
"txid": "8df0cffe16bc4c78aaaf611bdc6b9960",
"datevalueAt": "2023-03-21T13:32:37.338Z",
"bank": "Demo bank",
"status": 2,
"ipaddress": "82.99.98.97",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36",
"method": 2,
"createdAt": "2023-03-21T13:32:18.626Z",
"updatedAt": "2023-03-21T13:32:37.654Z"
}
Payment Object
Field | description | type |
---|---|---|
id | Payment ID | string |
id_merchant | Merchant ID | string |
order_ref | Your Order Reference | string |
account1 | Account number or Wallet Address | string |
total | Total Amount settled | string |
amount | Amount without CO2e | string |
co2e | Amount of CO2e | string |
decimals | Number of decimals | integer |
chainid | Chain ID | string |
testnet | Network TESTNET | boolean |
currency_code | Currency Code | string |
fees | Fees due | string |
country | Country of Buyer (ISO) | string |
txid | Transaction ID | string |
datevalueAt | Value date | string |
bank | Bank Name (only FIAT) | string |
status | Status Payment (see StatusPayment) | integer |
ipaddress | IP Address of Buyer | string |
user_agent | User Agent of Buyer | string |
method | Method Payment (see MethodPayment) | integer |
createdAt | Date of initiation | string |
updatedAt | Date of receipt | string |