Company-Token: ********************
[
{
"amount": "5.00",
"batch": "test",
"config_code": "fffff",
"description": null,
"field_1": "4568",
"field_2": "444",
"field_3": "20294687914",
"integrity_code": "abcsadasdd",
"name": "Refund de asdasd 2",
"refund_date": "2024-02-22T06:37:11.000Z",
"request_date": "2024-08-28T07:25:04.000Z",
"scheduled_date": "2024-10-07T05:15:50.000Z",
"status_code": 0,
"title": "REINTEGRO",
"token": "test",
"transaction_type": "test"
}
]
curl --location --request POST 'https://api.test.apipagos.com/api/v2/apipagos/refunds' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Company-Token;' \
--data-raw '[
{
"amount": "5.00",
"batch": "test",
"config_code": "fffff",
"description": null,
"field_1": "4568",
"field_2": "444",
"field_3": "20294687914",
"integrity_code": "abcsadasdd",
"name": "Refund de asdasd 2",
"refund_date": "2024-02-22T06:37:11.000Z",
"request_date": "2024-08-28T07:25:04.000Z",
"scheduled_date": "2024-10-07T05:15:50.000Z",
"status_code": 0,
"title": "REINTEGRO",
"token": "test",
"transaction_type": "test"
}
]'
{
"data": [
{
"code": "amet eiusmod tempor officia"
}
],
"message": "At expedita perferendis error nihil. Adipisci dolor vitae nisi nisi unde necessitatibus aut. Vel temporibus unde explicabo incidunt error ipsam ut perferendis corporis. Perspiciatis labore voluptates incidunt ipsa nemo necessitatibus."
}