x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/suppliers/payments/extract?cursor_modified_at&cursor_card_pos&limit&include&supplier_id&supplier_code&payment_type&bank_number&on_hold_only' \
--header 'x-api-key: <api-key>'{
"items": [
{
"amount": 1500,
"bank_number": "1000",
"code": "PA00012",
"credit": 0,
"discount": 0,
"id": 5,
"metadata": {
"sdk_index_used": 1,
"sdk_interface": "PaymentAP",
"unique_id": 50012,
"updated_at": "2026-03-01T10:00:00-05:00",
"updated_by_user_id": 1
},
"payable": 0,
"payment_date": "2026-03-01T00:00:00",
"payment_type": {
"code": "check",
"id": 1,
"label": "Chèque"
},
"reference": "CHK-12345-ACME",
"status": {
"is_active": true,
"is_archived": false,
"is_current_day": false,
"is_deleted": false
},
"supplier": {
"code": "FOUR001",
"id": 12
},
"sync": {
"cursor": {
"card_pos": 5,
"modified_at": "2026-03-01T10:00:00-05:00"
},
"extracted_at": "2026-03-15T10:00:00-04:00",
"organisation_id": "mastodonte"
}
}
],
"count": 0,
"has_more": false,
"next_cursor": {
"modified_at": "2019-08-24T14:15:22.123Z",
"card_pos": 0
}
}