Company-Token: ********************
[
{
"currency_code": "ARS",
"amount": "938.85",
"title": "quibusdam vitae fugiat",
"type_code": "cuota",
"field_1": "005976",
"field_2": "0001",
"field_3": "30715324594",
"status_code": 3,
"details": [
{
"client_code": "003",
"source_type": "url",
"source": "https://fair-emanate.info",
"field_4": null,
"field_5": null,
"field_6": null,
"field_7": null,
"field_8": null,
"field_9": null,
"field_10": null,
"json_1": "{\"foo\":\"_)f&OWD\\\\Pa\",\"bar\":\"fC7n?0XeC\\\"\",\"bike\":\"EO1>\\\"hR5(J\",\"a\":\"(VZGi_x)Oq\",\"b\":19037,\"name\":\"+m[dOpiPl9\",\"prop\":35939}",
"json_2": "{\"foo\":12910,\"bar\":\"enc4?P21J_\",\"bike\":86525,\"a\":23684,\"b\":8364,\"name\":\"\\\\o=thTx@Ft\",\"prop\":90210}",
"json_3": "{\"foo\":\":byv?RK)5;\",\"bar\":\"`},R2J#5Zb\",\"bike\":76659,\"a\":\"x\\\\j4cw&}m:\",\"b\":26998,\"name\":\"(\\\"|$9)l2$#\",\"prop\":\"g).T+O}Qqc\"}"
}
],
"payment_instances": [
{
"amount": 151.05
}
]
}
]
curl --location --request POST 'https://api.test.apipagos.com/api/v2/apipagos/documents' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Company-Token;' \
--data-raw '[
{
"currency_code": "ARS",
"amount": "938.85",
"title": "quibusdam vitae fugiat",
"type_code": "cuota",
"field_1": "005976",
"field_2": "0001",
"field_3": "30715324594",
"status_code": 3,
"details": [
{
"client_code": "003",
"source_type": "url",
"source": "https://fair-emanate.info",
"field_4": null,
"field_5": null,
"field_6": null,
"field_7": null,
"field_8": null,
"field_9": null,
"field_10": null,
"json_1": "{\"foo\":\"_)f&OWD\\\\Pa\",\"bar\":\"fC7n?0XeC\\\"\",\"bike\":\"EO1>\\\"hR5(J\",\"a\":\"(VZGi_x)Oq\",\"b\":19037,\"name\":\"+m[dOpiPl9\",\"prop\":35939}",
"json_2": "{\"foo\":12910,\"bar\":\"enc4?P21J_\",\"bike\":86525,\"a\":23684,\"b\":8364,\"name\":\"\\\\o=thTx@Ft\",\"prop\":90210}",
"json_3": "{\"foo\":\":byv?RK)5;\",\"bar\":\"`},R2J#5Zb\",\"bike\":76659,\"a\":\"x\\\\j4cw&}m:\",\"b\":26998,\"name\":\"(\\\"|$9)l2$#\",\"prop\":\"g).T+O}Qqc\"}"
}
],
"payment_instances": [
{
"amount": 151.05
}
]
}
]'
{
"data": [
{
"amount": "<string>",
"code": "<string>",
"created_at": "<dateTime>",
"currency_code": "<string>",
"field_1": "<string>",
"field_2": "<string>",
"field_3": "<string>",
"id": "<integer>",
"integrity_code": "<string>",
"parent": {
"value": "<Circular reference to #/components/schemas/Document detected>"
},
"status": {
"action": "stopExecution",
"code": "<integer>",
"description": "<string>",
"label": "<string>"
},
"title": "<string>",
"type_code": "<string>",
"updated_at": "<dateTime>",
"user": {
"birth_country": "<string>",
"birthdate": "<dateTime>",
"code": "<string>",
"company_id": "<integer>",
"correlation_id": "<string>",
"created_at": "<dateTime>",
"email": "<string>",
"email_verified_at": "<dateTime>",
"field_1": "<string>",
"field_2": "<string>",
"field_3": "<string>",
"first_name": "<string>",
"gender": "Male",
"id": "<integer>",
"last_name": "<string>",
"marital_status": "Divorced",
"nationality": "<string>",
"profile_photo_url": "<string>",
"status": {
"action": "none",
"code": "<integer>",
"description": "<string>",
"label": "<string>"
},
"type": "f",
"updated_at": "<dateTime>"
}
},
{
"amount": "<string>",
"code": "<string>",
"created_at": "<dateTime>",
"currency_code": "<string>",
"field_1": "<string>",
"field_2": "<string>",
"field_3": "<string>",
"id": "<integer>",
"integrity_code": "<string>",
"parent": {
"value": "<Circular reference to #/components/schemas/Document detected>"
},
"status": {
"action": "showPopup",
"code": "<integer>",
"description": "<string>",
"label": "<string>"
},
"title": "<string>",
"type_code": "<string>",
"updated_at": "<dateTime>",
"user": {
"birth_country": "<string>",
"birthdate": "<dateTime>",
"code": "<string>",
"company_id": "<integer>",
"correlation_id": "<string>",
"created_at": "<dateTime>",
"email": "<string>",
"email_verified_at": "<dateTime>",
"field_1": "<string>",
"field_2": "<string>",
"field_3": "<string>",
"first_name": "<string>",
"gender": "Male",
"id": "<integer>",
"last_name": "<string>",
"marital_status": "Single",
"nationality": "<string>",
"profile_photo_url": "<string>",
"status": {
"action": "none",
"code": "<integer>",
"description": "<string>",
"label": "<string>"
},
"type": "f",
"updated_at": "<dateTime>"
}
}
]
}