get https://app.gesvision.com/gesmo/rest/api/collections/
This endpoint retrieves the information of the issued payment corresponding to the ID passed in the URL, in JSON format.
Log in to see full request history
Responses
This endpoint retrieves the information of the issued payment corresponding to the ID passed in the URL, in JSON format.
xxxxxxxxxx
curl --request GET \
--url https://app.gesvision.com/gesmo/rest/api/collections/collection_id \
--header 'accept: application/json'
xxxxxxxxxx
36}
{
"id": 0,
"name": "<string>",
"description": "<string>",
"enabled": true,
"transactionUID": "<string>",
"externalRef": "<string>",
"serie": "<string>",
"number": 0,
"type": "<string>",
"amount": 0,
"delivery": 0,
"moneyExchange": 0,
"emited": true,
"customer": 0,
"invoice_id": 0,
"deliveryNote": 0,
"order": 0,
"budget": 0,
"paymentDue": 0,
"warehouse": 0,
"discountVoucher": 0,
"payType": 0,
"paymentAccount": 0,
"thirdAccount": 0,