Download OpenAPI specification:
API para agentes que gestionan compañías en RevoluPAY. Requiere autenticación por API Key y expone operaciones para crear/modificar compañías, gestionar documentos, listar/consultar, iniciar login OTP de empresa y crear órdenes TPV usando el token de sesión emitido por dicho login.
| x-api-key required | string API Key del agente |
| rv-authorization required | string Base64 encode de user:password para la aplicación |
{- "message": {
- "status": 200,
- "message": "string",
- "token": "string"
}
}Crea un usuario titular y la compañía asociada bajo el agente autenticado.
| x-api-key required | string API Key del agente |
| RV-SESS-TOKEN required | string Token de sesión obtenido tras login |
| company_name required | string |
| core_kyb_profile_type_client required | string Enum: "PYME_PRIVATE_COMPANY" "PYME_PUBLIC_COMPANY" "PYME_MIXED_COMPANY" "COMPANIES_PRIVATE_COMPANY" "COMPANIES_PUBLIC_COMPANY" "COMPANIES_MIXED_COMPANY" Tipo de cliente (catálogo interno) |
| registration_number required | string |
| address_country required | string ISO2 |
| address_city required | string |
| address_province required | string |
| address_zip_code required | string |
| address_street_name required | string |
| address_line | string |
| bank_name required | string |
| bank_phone required | string |
| account_number required | string |
| routing_number | string |
| swift | string |
| iban | string |
| bank_address_country required | string |
| bank_address_city required | string |
| bank_address_province required | string |
| bank_address_zip_code required | string |
| bank_address_street_name required | string |
| bank_address_line | string |
| first_name required | string |
| last_name required | string |
| email required | string <email> |
| phone required | string |
| language required | string Enum: "english" "spanish" |
| password required | string <password> |
| password_repeat required | string <password> |
| objective_operation required | string |
{- "company_name": "Test Company from Agent 9",
- "core_kyb_profile_type_client": "COMPANIES_PRIVATE_COMPANY",
- "registration_number": "0000XXXXXX",
- "address_country": "US",
- "address_city": "address_city",
- "address_province": "address_province",
- "address_zip_code": "address_zip_code",
- "address_street_name": "address_street_name",
- "address_line": "",
- "bank_name": "bank_name",
- "bank_phone": "+34660000000",
- "account_number": "account_number",
- "routing_number": "",
- "swift": "",
- "iban": "",
- "bank_address_country": "US",
- "bank_address_city": "bank_address_city",
- "bank_address_province": "bank_address_province",
- "bank_address_zip_code": "bank_address_zip_code",
- "bank_address_street_name": "bank_address_street_name",
- "bank_address_line": "",
- "first_name": "first_name",
- "last_name": "last_name",
- "email": "company9_for_agent@revolupay.es",
- "phone": "+34660000000",
- "language": "spanish",
- "password": "**************",
- "password_repeat": "**************",
- "objective_operation": "objective_operation"
}{- "code": 200,
- "message": "success",
- "result": {
- "id": 4,
- "status": "PENDIENTE",
- "active": true,
- "company_name": "TEST COMPANY PANEL REVOLUPAY",
- "core_kyb_profile_type_client": "",
- "business_id": "99",
- "registration_number": "4444444444",
- "address_country": "FR",
- "address_province": "pr",
- "address_city": "loc",
- "address_zip_code": "34234",
- "address_street_name": "ad",
- "address_line": "",
- "bank_name": "Candelario Pega Fuego Bank",
- "bank_phone": "+34000000000",
- "account_number": "4444444",
- "routing_number": "22222222",
- "swift": "CAHMESMMXXF",
- "iban": "ES1000000000000000000000",
- "bank_address_country": "ES",
- "bank_address_city": "Barcelona",
- "bank_address_province": "Barcelona",
- "bank_address_zip_code": "08906",
- "bank_address_street_name": "Calle Sant Feliu 113, segundo",
- "bank_address_line": null,
- "first_name": "Candelario",
- "last_name": "Pega Fuego",
- "email": "agent@example.com",
- "phone": "+34000000000",
- "objective_operation": "test",
- "owners": [
- "Candelario Pega Fuego"
], - "services": {
- "tpv": {
- "active": true,
- "commission": {
- "EUR": 0,
- "USD": 0
}, - "payto_uuid": "11111111-1111-4111-9111-111111111111",
}, - "api": {
- "active": true,
- "key": "occwsk4cc0484oo0s8skw4ocwc04cwskoso8040o"
}, - "direct_bank": {
- "active": false
}, - "receive_bank_transfer": {
- "active": true
}, - "send_bank_transfer": {
- "active": true
}, - "vcard": {
- "active": true,
- "commmission": {
- "EUR": 7
}
}
}, - "files": [
- {
- "description": "Deed of incorporation of the company.",
- "type": "incorporation",
- "expires_at": "2025-12-01 00:00:00",
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Registration Certificate of the company.",
- "type": "registration",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Photocopy of the company's Tax Identification Card.",
- "type": "tax_id",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Certificate of nomination of Directors and/or attorneys.",
- "type": "directors_cert",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "PayTo Logo",
- "type": "logo",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}
], - "terms_and_conditions": [
- {
- "code": "TPV_ACFI",
- "name": "TÉRMINOS Y CONDICIONES DE ACEPTACIÓN DEL SERVICIO DE TPV VIRTUAL DE REVOLUPAY EP, S.L.",
- "version": "1.0",
- "sign_status": {
- "is_fully_signed": false,
- "required_signers": [
- {
- "email": "owner@example.com",
- "first_name": "Candelario",
- "last_name": "Pega Fuego"
}, - {
- "email": "owner2@example.com",
- "first_name": "Patricia",
- "last_name": "Nadine"
}
], - "signed_by": [
- {
- "accepted_at": "2026-01-23 12:28:51",
- "ip_address": "95.16.162.97",
- "user_agent": "Mozilla/5.0",
- "session_uid": "session-uid-1",
- "created_at": "2026-01-23 12:28:51",
- "updated_at": "2026-01-23 12:28:51",
- "email": "owner@example.com",
- "first_name": "Candelario",
- "last_name": "Pega Fuego"
}
], - "pending_signers": [
- {
- "email": "owner2@example.com",
- "first_name": "Patricia",
- "last_name": "Nadine"
}
], - "total_required": 2,
- "total_signed": 1
}
}
], - "merchant_locations": [
- {
- "id": 108,
- "name": "TEST COMPANY LOCATION",
- "wallets": [
- {
- "id": 2376,
- "reference": "ES8769000011510100002376",
- "mp": "MP00002376",
- "mp_account_route": "00000107MP00002376",
- "currency": "EUR",
- "balance": 64.19
}, - {
- "id": 5964,
- "reference": "ES2669000011500200005964",
- "mp": "MP00005964",
- "mp_account_route": "00000107MP00005964",
- "currency": "USD",
- "balance": 164.66
}, - {
- "id": 77871,
- "reference": "ES3469000011570400077871",
- "mp": "MP00077871",
- "mp_account_route": "00000107MP00077871",
- "currency": "CAD",
- "balance": 0
}
]
}
], - "fee_configurations": [
- {
- "fee_configuration_id": 2,
- "business_id": null,
- "wallet_id": null,
- "fee_type": "CARD_ISSUANCE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": 9,
- "percentual_fee": null,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 734,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_DEFAULT_CURRENCY",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.01,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 735,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_OTHER_CURRENCIES_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 736,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_OTHER_CURRENCIES_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 737,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_DEFAULT_CURRENCY_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 738,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_OTHER_CURRENCIES_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 739,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_OTHER_CURRENCIES_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 740,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_DEFAULT_CURRENCY_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 265,
- "business_id": null,
- "wallet_id": null,
- "fee_type": "EXTERNAL_WITHDRAWAL",
- "user_type": null,
- "country": null,
- "min_amount": 500.01,
- "max_amount": 100000,
- "fixed_fee": null,
- "percentual_fee": 1,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 443,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "INACTIVITY",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": 0,
- "percentual_fee": null,
- "min_fee": null,
- "sender_assumes_fee": false,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}
]
}
}Igual que /create_company, permitiendo fijar el idioma de notificaciones ('english'|'spanish').
| language required | string Default: "english" Enum: "english" "spanish" |
| x-api-key required | string API Key del agente |
| RV-SESS-TOKEN required | string Token de sesión obtenido tras login |
| company_name required | string |
| core_kyb_profile_type_client required | string Enum: "PYME_PRIVATE_COMPANY" "PYME_PUBLIC_COMPANY" "PYME_MIXED_COMPANY" "COMPANIES_PRIVATE_COMPANY" "COMPANIES_PUBLIC_COMPANY" "COMPANIES_MIXED_COMPANY" Tipo de cliente (catálogo interno) |
| registration_number required | string |
| address_country required | string ISO2 |
| address_city required | string |
| address_province required | string |
| address_zip_code required | string |
| address_street_name required | string |
| address_line | string |
| bank_name required | string |
| bank_phone required | string |
| account_number required | string |
| routing_number | string |
| swift | string |
| iban | string |
| bank_address_country required | string |
| bank_address_city required | string |
| bank_address_province required | string |
| bank_address_zip_code required | string |
| bank_address_street_name required | string |
| bank_address_line | string |
| first_name required | string |
| last_name required | string |
| email required | string <email> |
| phone required | string |
| language required | string Enum: "english" "spanish" |
| password required | string <password> |
| password_repeat required | string <password> |
| objective_operation required | string |
{- "company_name": "Test Company from Agent 9",
- "core_kyb_profile_type_client": "COMPANIES_PRIVATE_COMPANY",
- "registration_number": "0000XXXXXX",
- "address_country": "US",
- "address_city": "address_city",
- "address_province": "address_province",
- "address_zip_code": "address_zip_code",
- "address_street_name": "address_street_name",
- "address_line": "",
- "bank_name": "bank_name",
- "bank_phone": "+34660000000",
- "account_number": "account_number",
- "routing_number": "",
- "swift": "",
- "iban": "",
- "bank_address_country": "US",
- "bank_address_city": "bank_address_city",
- "bank_address_province": "bank_address_province",
- "bank_address_zip_code": "bank_address_zip_code",
- "bank_address_street_name": "bank_address_street_name",
- "bank_address_line": "",
- "first_name": "first_name",
- "last_name": "last_name",
- "email": "company9_for_agent@revolupay.es",
- "phone": "+34660000000",
- "language": "spanish",
- "password": "**************",
- "password_repeat": "**************",
- "objective_operation": "objective_operation"
}{- "code": 200,
- "message": "success",
- "result": {
- "id": 105,
- "status": "PENDIENTE",
- "active": false,
- "company_name": "Test Company from Agent 9",
- "core_kyb_profile_type_client": "COMPANIES_PRIVATE_COMPANY",
- "business_id": null,
- "registration_number": "0000XXXXXX",
- "address_country": "US",
- "address_province": "address_province",
- "address_city": "address_city",
- "address_zip_code": "address_zip_code",
- "address_street_name": "address_street_name",
- "address_line": "",
- "bank_name": "bank_name",
- "bank_phone": "+34660000000",
- "account_number": "account_number",
- "routing_number": "",
- "swift": "",
- "iban": "",
- "bank_address_country": "US",
- "bank_address_city": "bank_address_city",
- "bank_address_province": "bank_address_province",
- "bank_address_zip_code": "bank_address_zip_code",
- "bank_address_street_name": "bank_address_street_name",
- "bank_address_line": "",
- "first_name": "first_name",
- "last_name": "last_name",
- "email": "company9_for_agent@revolupay.es",
- "phone": "+34660000000",
- "objective_operation": "objective_operation",
- "services": {
- "tpv": {
- "active": false,
- "commission": {
- "EUR": 0,
- "USD": 0
}, - "payto_uuid": null,
- "payto_url": null,
- "payto_qr": null
}, - "api": {
- "active": false,
- "key": null
}, - "direct_bank": {
- "active": false
}, - "receive_bank_transfer": {
- "active": true
}, - "send_bank_transfer": {
- "active": true
}, - "vcard": {
- "active": false,
- "commmission": {
- "EUR": 0
}
}
}, - "files": {
- "deed_of_incorporation_of_the_company": "",
- "registration_certificate_of_the_company": "",
- "photocopy_of_the_company_tax_dentification_card": "",
- "certificate_of_nomination_of_directors_and_or_attorneys": "",
- "photocopy_of_directors_and_attorneys_id_who_will_act_on_behalf_of_the_company": "",
- "declaration_form_of_the_real_owner_of_the_company": "",
- "corporation_tax_forms": "",
- "bank_account_certificate": "",
- "audited_annual_accounts": ""
}, - "terms_and_conditions": [
- {
- "code": "TPV_ACFI",
- "name": "TÉRMINOS Y CONDICIONES DE ACEPTACIÓN DEL SERVICIO DE TPV VIRTUAL DE REVOLUPAY EP, S.L.",
- "version": "1.0",
- "sign_status": {
- "is_fully_signed": false,
- "required_signers": [
- {
- "email": "owner@example.com",
- "first_name": "Candelario",
- "last_name": "Pega Fuego"
}, - {
- "email": "owner2@example.com",
- "first_name": "Patricia",
- "last_name": "Nadine"
}
], - "signed_by": [
- {
- "accepted_at": "2026-01-23 12:28:51",
- "ip_address": "95.16.162.97",
- "user_agent": "Mozilla/5.0",
- "session_uid": "session-uid-1",
- "created_at": "2026-01-23 12:28:51",
- "updated_at": "2026-01-23 12:28:51",
- "email": "owner@example.com",
- "first_name": "Candelario",
- "last_name": "Pega Fuego"
}
], - "pending_signers": [
- {
- "email": "owner2@example.com",
- "first_name": "Patricia",
- "last_name": "Nadine"
}
], - "total_required": 2,
- "total_signed": 1
}
}
], - "merchant_locations": [
- {
- "id": 108,
- "name": "RevoStore_A",
- "wallets": [
- {
- "id": 2376,
- "reference": "ES8769000011510100002376",
- "mp": "MP00002376",
- "mp_account_route": "00000107MP00002376",
- "currency": "EUR",
- "balance": 120.19
}, - {
- "id": 5964,
- "reference": "ES2669000011500200005964",
- "mp": "MP00005964",
- "mp_account_route": "00000107MP00005964",
- "currency": "USD",
- "balance": 86.74
}, - {
- "id": 77871,
- "reference": "ES3469000011570400077871",
- "mp": "MP00077871",
- "mp_account_route": "00000107MP00077871",
- "currency": "CAD",
- "balance": 0
}
]
}
]
}
}| id required | integer |
| company_name | string |
| registration_number | string |
| address_country | string |
| address_city | string |
| address_province | string |
| address_zip_code | string |
| address_street_name | string |
| bank_name | string |
| bank_phone | string |
| account_number | string |
| bank_address_country | string |
| bank_address_city | string |
| bank_address_province | string |
| bank_address_zip_code | string |
| bank_address_street_name | string |
| objective_operation | string |
{- "id": 162,
- "company_name": "Test Company from Agent 9. mod",
- "core_kyb_profile_type_client": "COMPANIES_PRIVATE_COMPANY",
- "registration_number": "0000XXXXXX. mod",
- "address_country": "IT",
- "address_city": "address_city. mod",
- "address_province": "address_province. mod",
- "address_zip_code": "address_zip_code. mod",
- "address_street_name": "address_street_name. mod",
- "address_line": ". mod",
- "bank_name": "bank_name. mod",
- "bank_phone": "+34660000001",
- "account_number": "account_number. mod",
- "routing_number": ". mod",
- "swift": ". mod",
- "iban": ". mod",
- "bank_address_country": "IT",
- "bank_address_city": "bank_address_city. mod",
- "bank_address_province": "bank_address_province. mod",
- "bank_address_zip_code": "bank_address_zip_code. mod",
- "bank_address_street_name": "bank_address_street_name. mod",
- "bank_address_line": ". mod",
- "first_name": "first_name. mod",
- "last_name": "last_name. mod",
- "email": "company10_for_agent@revolupay.es",
- "phone": "+34660000002",
- "language": "english",
- "password": "*************1",
- "password_repeat": "*************1",
- "objective_operation": "objective_operation. mod"
}{- "code": 200,
- "message": "success",
- "result": {
- "id": 4,
- "status": "PENDIENTE",
- "active": true,
- "company_name": "TEST COMPANY PANEL REVOLUPAY",
- "core_kyb_profile_type_client": "",
- "business_id": "99",
- "registration_number": "4444444444",
- "address_country": "FR",
- "address_province": "pr",
- "address_city": "loc",
- "address_zip_code": "34234",
- "address_street_name": "ad",
- "address_line": "",
- "bank_name": "Candelario Pega Fuego Bank",
- "bank_phone": "+34000000000",
- "account_number": "4444444",
- "routing_number": "22222222",
- "swift": "CAHMESMMXXF",
- "iban": "ES1000000000000000000000",
- "bank_address_country": "ES",
- "bank_address_city": "Barcelona",
- "bank_address_province": "Barcelona",
- "bank_address_zip_code": "08906",
- "bank_address_street_name": "Calle Sant Feliu 113, segundo",
- "bank_address_line": null,
- "first_name": "Candelario",
- "last_name": "Pega Fuego",
- "email": "agent@example.com",
- "phone": "+34000000000",
- "objective_operation": "test",
- "owners": [
- "Candelario Pega Fuego"
], - "services": {
- "tpv": {
- "active": true,
- "commission": {
- "EUR": 0,
- "USD": 0
}, - "payto_uuid": "11111111-1111-4111-9111-111111111111",
}, - "api": {
- "active": true,
- "key": "occwsk4cc0484oo0s8skw4ocwc04cwskoso8040o"
}, - "direct_bank": {
- "active": false
}, - "receive_bank_transfer": {
- "active": true
}, - "send_bank_transfer": {
- "active": true
}, - "vcard": {
- "active": true,
- "commmission": {
- "EUR": 7
}
}
}, - "files": [
- {
- "description": "Deed of incorporation of the company.",
- "type": "incorporation",
- "expires_at": "2025-12-01 00:00:00",
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Registration Certificate of the company.",
- "type": "registration",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Photocopy of the company's Tax Identification Card.",
- "type": "tax_id",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Certificate of nomination of Directors and/or attorneys.",
- "type": "directors_cert",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "PayTo Logo",
- "type": "logo",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}
], - "merchant_locations": [
- {
- "id": 108,
- "name": "TEST COMPANY LOCATION",
- "wallets": [
- {
- "id": 2376,
- "reference": "ES8769000011510100002376",
- "mp": "MP00002376",
- "mp_account_route": "00000107MP00002376",
- "currency": "EUR",
- "balance": 64.19
}, - {
- "id": 5964,
- "reference": "ES2669000011500200005964",
- "mp": "MP00005964",
- "mp_account_route": "00000107MP00005964",
- "currency": "USD",
- "balance": 164.66
}, - {
- "id": 77871,
- "reference": "ES3469000011570400077871",
- "mp": "MP00077871",
- "mp_account_route": "00000107MP00077871",
- "currency": "CAD",
- "balance": 0
}
]
}
], - "fee_configurations": [
- {
- "fee_configuration_id": 2,
- "business_id": null,
- "wallet_id": null,
- "fee_type": "CARD_ISSUANCE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": 9,
- "percentual_fee": null,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 734,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_DEFAULT_CURRENCY",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.01,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 735,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_OTHER_CURRENCIES_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 736,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_OTHER_CURRENCIES_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 737,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_DEFAULT_CURRENCY_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 738,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_OTHER_CURRENCIES_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 739,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_OTHER_CURRENCIES_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 740,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_DEFAULT_CURRENCY_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 265,
- "business_id": null,
- "wallet_id": null,
- "fee_type": "EXTERNAL_WITHDRAWAL",
- "user_type": null,
- "country": null,
- "min_amount": 500.01,
- "max_amount": 100000,
- "fixed_fee": null,
- "percentual_fee": 1,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 443,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "INACTIVITY",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": 0,
- "percentual_fee": null,
- "min_fee": null,
- "sender_assumes_fee": false,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}
]
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| id required | integer |
| company_name | string |
| registration_number | string |
| address_country | string |
| address_city | string |
| address_province | string |
| address_zip_code | string |
| address_street_name | string |
| bank_name | string |
| bank_phone | string |
| account_number | string |
| bank_address_country | string |
| bank_address_city | string |
| bank_address_province | string |
| bank_address_zip_code | string |
| bank_address_street_name | string |
| objective_operation | string |
{- "id": 162,
- "company_name": "Test Company from Agent 9. mod",
- "core_kyb_profile_type_client": "COMPANIES_PRIVATE_COMPANY",
- "registration_number": "0000XXXXXX. mod",
- "address_country": "IT",
- "address_city": "address_city. mod",
- "address_province": "address_province. mod",
- "address_zip_code": "address_zip_code. mod",
- "address_street_name": "address_street_name. mod",
- "address_line": ". mod",
- "bank_name": "bank_name. mod",
- "bank_phone": "+34660000001",
- "account_number": "account_number. mod",
- "routing_number": ". mod",
- "swift": ". mod",
- "iban": ". mod",
- "bank_address_country": "IT",
- "bank_address_city": "bank_address_city. mod",
- "bank_address_province": "bank_address_province. mod",
- "bank_address_zip_code": "bank_address_zip_code. mod",
- "bank_address_street_name": "bank_address_street_name. mod",
- "bank_address_line": ". mod",
- "first_name": "first_name. mod",
- "last_name": "last_name. mod",
- "email": "company10_for_agent@revolupay.es",
- "phone": "+34660000002",
- "language": "english",
- "password": "*************1",
- "password_repeat": "*************1",
- "objective_operation": "objective_operation. mod"
}{- "code": 200,
- "message": "success",
- "result": {
- "id": 4,
- "status": "PENDIENTE",
- "active": true,
- "company_name": "TEST COMPANY PANEL REVOLUPAY",
- "core_kyb_profile_type_client": "",
- "business_id": "99",
- "registration_number": "4444444444",
- "address_country": "FR",
- "address_province": "pr",
- "address_city": "loc",
- "address_zip_code": "34234",
- "address_street_name": "ad",
- "address_line": "",
- "bank_name": "Candelario Pega Fuego Bank",
- "bank_phone": "+34000000000",
- "account_number": "4444444",
- "routing_number": "22222222",
- "swift": "CAHMESMMXXF",
- "iban": "ES1000000000000000000000",
- "bank_address_country": "ES",
- "bank_address_city": "Barcelona",
- "bank_address_province": "Barcelona",
- "bank_address_zip_code": "08906",
- "bank_address_street_name": "Calle Sant Feliu 113, segundo",
- "bank_address_line": null,
- "first_name": "Candelario",
- "last_name": "Pega Fuego",
- "email": "agent@example.com",
- "phone": "+34000000000",
- "objective_operation": "test",
- "owners": [
- "Candelario Pega Fuego"
], - "services": {
- "tpv": {
- "active": true,
- "commission": {
- "EUR": 0,
- "USD": 0
}, - "payto_uuid": "11111111-1111-4111-9111-111111111111",
}, - "api": {
- "active": true,
- "key": "occwsk4cc0484oo0s8skw4ocwc04cwskoso8040o"
}, - "direct_bank": {
- "active": false
}, - "receive_bank_transfer": {
- "active": true
}, - "send_bank_transfer": {
- "active": true
}, - "vcard": {
- "active": true,
- "commmission": {
- "EUR": 7
}
}
}, - "files": [
- {
- "description": "Deed of incorporation of the company.",
- "type": "incorporation",
- "expires_at": "2025-12-01 00:00:00",
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Registration Certificate of the company.",
- "type": "registration",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Photocopy of the company's Tax Identification Card.",
- "type": "tax_id",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Certificate of nomination of Directors and/or attorneys.",
- "type": "directors_cert",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "PayTo Logo",
- "type": "logo",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}
], - "merchant_locations": [
- {
- "id": 108,
- "name": "TEST COMPANY LOCATION",
- "wallets": [
- {
- "id": 2376,
- "reference": "ES8769000011510100002376",
- "mp": "MP00002376",
- "mp_account_route": "00000107MP00002376",
- "currency": "EUR",
- "balance": 64.19
}, - {
- "id": 5964,
- "reference": "ES2669000011500200005964",
- "mp": "MP00005964",
- "mp_account_route": "00000107MP00005964",
- "currency": "USD",
- "balance": 164.66
}, - {
- "id": 77871,
- "reference": "ES3469000011570400077871",
- "mp": "MP00077871",
- "mp_account_route": "00000107MP00077871",
- "currency": "CAD",
- "balance": 0
}
]
}
], - "fee_configurations": [
- {
- "fee_configuration_id": 2,
- "business_id": null,
- "wallet_id": null,
- "fee_type": "CARD_ISSUANCE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": 9,
- "percentual_fee": null,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 734,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_DEFAULT_CURRENCY",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.01,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 735,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_OTHER_CURRENCIES_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 736,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_OTHER_CURRENCIES_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 737,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_DEFAULT_CURRENCY_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 738,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_OTHER_CURRENCIES_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 739,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_OTHER_CURRENCIES_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 740,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_DEFAULT_CURRENCY_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 265,
- "business_id": null,
- "wallet_id": null,
- "fee_type": "EXTERNAL_WITHDRAWAL",
- "user_type": null,
- "country": null,
- "min_amount": 500.01,
- "max_amount": 100000,
- "fixed_fee": null,
- "percentual_fee": 1,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 443,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "INACTIVITY",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": 0,
- "percentual_fee": null,
- "min_fee": null,
- "sender_assumes_fee": false,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}
]
}
}| id required | integer Identificador interno de la compañía |
{- "id": 162
}{- "code": 200,
- "message": "success",
- "result": {
- "id": 162,
- "status": "REGISTRADO",
- "active": true,
- "company_name": "Test Company from Agent 5",
- "core_kyb_profile_type_client": "COMPANIES_PRIVATE_COMPANY",
- "business_id": "465",
- "registration_number": "0000XXXXXX",
- "address_country": "US",
- "address_city": "address_city",
- "address_zip_code": "address_zip_code",
- "address_street_name": "address_street_name",
- "address_line": "",
- "bank_name": "bank_name",
- "bank_phone": "+34660000000",
- "account_number": "account_number",
- "routing_number": null,
- "swift": null,
- "iban": null,
- "bank_address_country": "US",
- "bank_address_city": "bank_address_city",
- "bank_address_province": "bank_address_province",
- "bank_address_zip_code": "bank_address_zip_code",
- "bank_address_street_name": "bank_address_street_name",
- "bank_address_line": null,
- "first_name": "first_name",
- "last_name": "last_name",
- "email": "company5_for_agent@revolupay.es",
- "phone": null,
- "services": {
- "tpv": {
- "active": true,
- "commission": {
- "EUR": "1.00",
- "USD": "1.00"
}, - "payto_uuid": "22222222-2222-4222-9222-222222222222",
}, - "api": {
- "active": false,
- "key": null
}, - "direct_bank": {
- "active": false
}, - "receive_bank_transfer": {
- "active": true
}, - "send_bank_transfer": {
- "active": true
}, - "vcard": {
- "active": false,
- "commmission": {
- "EUR": "0.00"
}
}
}, - "files": {
- "deed_of_incorporation_of_the_company": "https://api.revolupay.com/global/uploads/upl_690345d2536553.13811250.bin",
- "registration_certificate_of_the_company": "https://api.revolupay.com/global/uploads/upl_690345cbb3cf60.57678962.bin",
- "photocopy_of_the_company_tax_dentification_card": "https://api.revolupay.com/global/uploads/upl_690345c5026ce9.36293257.bin",
- "certificate_of_nomination_of_directors_and_or_attorneys": "https://api.revolupay.com/global/uploads/upl_690345bedfffa5.98324138.bin",
- "photocopy_of_directors_and_attorneys_id_who_will_act_on_behalf_of_the_company": "https://api.revolupay.com/global/uploads/upl_690345b826dee8.93978939.bin",
- "declaration_form_of_the_real_owner_of_the_company": "https://api.revolupay.com/global/uploads/upl_690345b155d119.26161526.bin",
- "corporation_tax_forms": "https://api.revolupay.com/global/uploads/upl_690345a9af00c3.63213016.bin",
- "bank_account_certificate": "https://api.revolupay.com/global/uploads/upl_690345a2863fb3.81159269.bin",
- "audited_annual_accounts": "https://api.revolupay.com/global/uploads/upl_6903459697dee9.81689174.bin"
}
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| id required | integer |
{- "id": 162
}{- "code": 200,
- "message": "success",
- "result": {
- "id": 162,
- "status": "REGISTRADO",
- "active": true,
- "company_name": "Test Company from Agent 5",
- "core_kyb_profile_type_client": "COMPANIES_PRIVATE_COMPANY",
- "business_id": "465",
- "registration_number": "0000XXXXXX",
- "address_country": "US",
- "address_city": "address_city",
- "address_zip_code": "address_zip_code",
- "address_street_name": "address_street_name",
- "address_line": "",
- "bank_name": "bank_name",
- "bank_phone": "+34660000000",
- "account_number": "account_number",
- "routing_number": null,
- "swift": null,
- "iban": null,
- "bank_address_country": "US",
- "bank_address_city": "bank_address_city",
- "bank_address_province": "bank_address_province",
- "bank_address_zip_code": "bank_address_zip_code",
- "bank_address_street_name": "bank_address_street_name",
- "bank_address_line": null,
- "first_name": "first_name",
- "last_name": "last_name",
- "email": "company5_for_agent@revolupay.es",
- "phone": null,
- "services": {
- "tpv": {
- "active": true,
- "commission": {
- "EUR": "1.00",
- "USD": "1.00"
}, - "payto_uuid": "22222222-2222-4222-9222-222222222222",
}, - "api": {
- "active": false,
- "key": null
}, - "direct_bank": {
- "active": false
}, - "receive_bank_transfer": {
- "active": true
}, - "send_bank_transfer": {
- "active": true
}, - "vcard": {
- "active": false,
- "commmission": {
- "EUR": "0.00"
}
}
}, - "files": {
- "deed_of_incorporation_of_the_company": "https://api.revolupay.com/global/uploads/upl_690345d2536553.13811250.bin",
- "registration_certificate_of_the_company": "https://api.revolupay.com/global/uploads/upl_690345cbb3cf60.57678962.bin",
- "photocopy_of_the_company_tax_dentification_card": "https://api.revolupay.com/global/uploads/upl_690345c5026ce9.36293257.bin",
- "certificate_of_nomination_of_directors_and_or_attorneys": "https://api.revolupay.com/global/uploads/upl_690345bedfffa5.98324138.bin",
- "photocopy_of_directors_and_attorneys_id_who_will_act_on_behalf_of_the_company": "https://api.revolupay.com/global/uploads/upl_690345b826dee8.93978939.bin",
- "declaration_form_of_the_real_owner_of_the_company": "https://api.revolupay.com/global/uploads/upl_690345b155d119.26161526.bin",
- "corporation_tax_forms": "https://api.revolupay.com/global/uploads/upl_690345a9af00c3.63213016.bin",
- "bank_account_certificate": "https://api.revolupay.com/global/uploads/upl_690345a2863fb3.81159269.bin",
- "audited_annual_accounts": "https://api.revolupay.com/global/uploads/upl_6903459697dee9.81689174.bin"
}
}
}Array of objects Lista de filtros simples (clave-valor) | |
| sort | string Campo de ordenación (por defecto 'id') |
| dir | string Enum: "ASC" "DESC" Dirección de ordenación |
| page | integer Número de página (>=1) |
| page_size | integer Tamaño de página |
{- "filters": [
- { }
], - "sort": "id",
- "dir": "ASC",
- "page": 1,
- "page_size": 20
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "id": 0,
- "status": "string",
- "active": true,
- "company_name": "string",
- "core_kyb_profile_type_client": "string"
}
], - "pagination": {
- "page": 1,
- "page_size": 20,
- "total": 137
}
}
}| language required | string Default: "english" Enum: "english" "spanish" |
Array of objects Lista de filtros simples (clave-valor) | |
| sort | string Campo de ordenación (por defecto 'id') |
| dir | string Enum: "ASC" "DESC" Dirección de ordenación |
| page | integer Número de página (>=1) |
| page_size | integer Tamaño de página |
{- "filters": [
- { }
], - "sort": "id",
- "dir": "ASC",
- "page": 1,
- "page_size": 20
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "id": 0,
- "status": "string",
- "active": true,
- "company_name": "string",
- "core_kyb_profile_type_client": "string"
}
], - "pagination": {
- "page": 1,
- "page_size": 20,
- "total": 137
}
}
}Devuelve las transacciones del CORE (wallets, fees, transfers, TPV, etc.) asociadas a la compañía indicada, con paginación.
| id required | integer Identificador interno de la compañía (profile_foreign_company) |
| page | integer Número de página (>=1) |
| page_size | integer Tamaño de página |
{- "id": 121,
- "page_size": 5,
- "page": 3
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "transaction_id": 316325,
- "linked_transaction_id": 316324,
- "terminal_id": 34,
- "source_wallet_id": 93018,
- "source_name": "FINTECH TEST, S.L.",
- "source_tag": null,
- "source_currency": "EUR",
- "source_amount": 96.67,
- "source_phone": "+34000000000",
- "source_activity": null,
- "destination_wallet_id": 2959,
- "destination_name": "REVOLUPAY *COMISIÓN POR SERVICIOS*",
- "destination_tag": null,
- "destination_currency": "EUR",
- "destination_amount": 96.67,
- "destination_phone": null,
- "destination_activity": null,
- "amount": 96.67,
- "fee": 0,
- "exchange_rate": null,
- "location_id": 310,
- "location_name": "FINTECH TEST, S.L.",
- "business_id": 275,
- "business_name": "FINTECH TEST, S.L.",
- "type": "FEE",
- "sub_type": "TPV",
- "created": "2025-11-07T07:33:32+0000",
- "source_user_type": "COMMERCE",
- "destination_user_type": null,
- "balance": 10644.89,
- "source_balance": null,
- "destination_balance": null,
- "creator_wallet_id": null,
- "description": "Fee TPV.bGlsg.652 - FINTECH TEST, S.L.",
- "external_transaction_id": null,
- "attachment": null,
- "accounting_date": "2025-11-07T07:33:32+0000",
- "activity": null,
- "client_external_id": null,
- "source_document_id": null,
- "destination_document_id": null
}, - {
- "transaction_id": 316324,
- "linked_transaction_id": null,
- "terminal_id": 34,
- "source_wallet_id": 1154,
- "source_name": "Event4",
- "source_tag": null,
- "source_currency": "EUR",
- "source_amount": 10741.53,
- "source_phone": null,
- "source_activity": null,
- "destination_wallet_id": 93018,
- "destination_name": "FINTECH TEST, S.L.",
- "destination_tag": null,
- "destination_currency": "EUR",
- "destination_amount": 10741.53,
- "destination_phone": "+34000000000",
- "destination_activity": null,
- "amount": 10741.53,
- "fee": 0,
- "exchange_rate": null,
- "location_id": 310,
- "location_name": "FINTECH TEST, S.L.",
- "business_id": 275,
- "business_name": "FINTECH TEST, S.L.",
- "type": "BONUS",
- "sub_type": null,
- "created": "2025-11-07T07:33:32+0000",
- "source_user_type": null,
- "destination_user_type": "COMMERCE",
- "balance": 10741.56,
- "source_balance": null,
- "destination_balance": null,
- "creator_wallet_id": null,
- "description": "TPV.bGlsg.652 - FINTECH TEST, S.L.",
- "external_transaction_id": null,
- "attachment": null,
- "accounting_date": "2025-11-07T07:33:32+0000",
- "activity": null,
- "client_external_id": null,
- "source_document_id": null,
- "destination_document_id": null
}
], - "pagination": {
- "total": 416,
- "page": 3,
- "page_size": 5
}
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| id required | integer Identificador interno de la compañía (profile_foreign_company) |
| page | integer Número de página (>=1) |
| page_size | integer Tamaño de página |
{- "id": 121,
- "page_size": 5,
- "page": 3
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "transaction_id": 316325,
- "linked_transaction_id": 316324,
- "terminal_id": 34,
- "source_wallet_id": 93018,
- "source_name": "FINTECH TEST, S.L.",
- "source_tag": "string",
- "source_currency": "EUR",
- "source_amount": 96.67,
- "source_phone": "+34000000000",
- "source_activity": "string",
- "destination_wallet_id": 2959,
- "destination_name": "REVOLUPAY *COMISIÓN POR SERVICIOS*",
- "destination_tag": "string",
- "destination_currency": "EUR",
- "destination_amount": 96.67,
- "destination_phone": "string",
- "destination_activity": "string",
- "amount": 96.67,
- "fee": 0,
- "exchange_rate": 0,
- "location_id": 310,
- "location_name": "FINTECH TEST, S.L.",
- "business_id": 275,
- "business_name": "FINTECH TEST, S.L.",
- "type": "FEE",
- "sub_type": "TPV",
- "created": "2025-11-07T07:33:32+0000",
- "source_user_type": "COMMERCE",
- "destination_user_type": "COMMERCE",
- "balance": 10644.89,
- "source_balance": 0,
- "destination_balance": 0,
- "creator_wallet_id": 0,
- "description": "Fee TPV.bGlsg.652 - FINTECH TEST, S.L.",
- "external_transaction_id": "string",
- "attachment": "string",
- "accounting_date": "2025-11-07T07:33:32+0000",
- "activity": "string",
- "client_external_id": "string",
- "source_document_id": "string",
- "destination_document_id": "string"
}
], - "pagination": {
- "page": 1,
- "page_size": 20,
- "total": 137
}
}
}Registra un ingreso por transferencia bancaria aportando un comprobante en base64.
| profile_id required | integer Id del perfil de compañía (profile_foreign_company) |
| currency required | string Enum: "EUR" "USD" "GBP" "CAD" Código de divisa |
| amount_cents required | integer Importe en céntimos (>0) |
| file_base64 required | string <byte> Contenido base64 del comprobante de la transferencia (gif,jpg,png,pdf,docx) |
{- "profile_id": 4,
- "currency": "USD",
- "amount_cents": 200050,
- "file_base64": "data:image/jpeg;base64,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AAAAAA4AAAAAAAAAAAAAP4AAADhCSU0EDQAAAAAABAAAAFo4QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQAAAAAQAAAkAAAAJAAAAAADhCSU0EHgAAAAAABAAAAAA4QklNBBoAAAAAA00AAAAGAAAAAAAAAAAAAAABAAAAAQAAAAwAUwBpAG4AIAB0AO0AdAB1AGwAbwAtADQAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAEAAAABAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAEAAAAAAABudWxsAAAAAgAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAAABAAAAAFJnaHRsb25nAAAAAQAAAAZzbGljZXNWbExzAAAAAU9iamMAAAABAAAAAAAFc2xpY2UAAAASAAAAB3NsaWNlSURsb25nAAAAAAAAAAdncm91cElEbG9uZwAAAAAAAAAGb3JpZ2luZW51bQAAAAxFU2xpY2VPcmlnaW4AAAANYXV0b0dlbmVyYXRlZAAAAABUeXBlZW51bQAAAApFU2xpY2VUeXBlAAAAAEltZyAAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAAAQAAAABSZ2h0bG9uZwAAAAEAAAADdXJsVEVYVAAAAAEAAAAAAABudWxsVEVYVAAAAAEAAAAAAABNc2dlVEVY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Z2UvanBlZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2YWRmOTQwNi03OTA1LTQ5NzEtODc2Mi1iMzcwY2FhZDQzOTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NmFkZjk0MDYtNzkwNS00OTcxLTg3NjItYjM3MGNhYWQ0Mzk5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmFkZjk0MDYtNzkwNS00OTcxLTg3NjItYjM3MGNhYWQ0Mzk5IiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2YWRmOTQwNi03OTA1LTQ5NzEtODc2Mi1iMzcwY2FhZDQzOTkiIHN0RXZ0OndoZW49IjIwMjAtMDQtMzBUMTY6NDQ6MzcrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+/+4ADkFkb2JlAGSAAAAAAf/bAIQAICEhMyQzUTAwUUIvLy9CJxwcHBwnIhcXFxcXIhEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAEiMzM0JjQiGBgiFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAAQABAwEiAAIRAQMRAf/dAAQAAf/EARsAAAMBAQEBAQEBAQEAAAAAAAEAAgMEBQYHCAkKCwEBAQEBAQEBAQEBAQEAAAAAAAECAwQFBgcICQoLEAACAgEDAgMEBwYDAwYCATUBAAIRAyESMQRBUSITYXEygZGxQqEF0cEU8FIjcjNi4YLxQzSSorIV0lMkc8JjBoOT4vKjRFRkJTVFFiZ0NlVls4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9hEAAgIABQEGBgEDAQMFAwYvAAERAiEDMUESUWFxgZEiEzLwobEEwdHh8UJSI2JyFJIzgkMkorI0U0Rjc8LSg5OjVOLyBRUlBhYmNWRFVTZ0ZbOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hv/aAAwDAQACEQMRAD8A+gV/P1QP/9k="
}{- "code": 200,
- "message": "success",
- "result": {
- "internal_code": "IO2511192276",
- "amount": 2000.5,
- "currency_code": "USD",
- "status": "pending",
- "created_at": "2025-11-19 06:34:38",
- "updated_at": "2025-11-19 06:34:38"
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| profile_id required | integer Id del perfil de compañía (profile_foreign_company) |
| currency required | string Enum: "EUR" "USD" "GBP" "CAD" Código de divisa |
| amount_cents required | integer Importe en céntimos (>0) |
| file_base64 required | string <byte> Contenido base64 del comprobante de la transferencia (gif,jpg,png,pdf,docx) |
{- "profile_id": 4,
- "currency": "USD",
- "amount_cents": 200050,
- "file_base64": "data:image/jpeg;base64,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AAAAAA4AAAAAAAAAAAAAP4AAADhCSU0EDQAAAAAABAAAAFo4QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQAAAAAQAAAkAAAAJAAAAAADhCSU0EHgAAAAAABAAAAAA4QklNBBoAAAAAA00AAAAGAAAAAAAAAAAAAAABAAAAAQAAAAwAUwBpAG4AIAB0AO0AdAB1AGwAbwAtADQAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAEAAAABAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAEAAAAAAABudWxsAAAAAgAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAAABAAAAAFJnaHRsb25nAAAAAQAAAAZzbGljZXNWbExzAAAAAU9iamMAAAABAAAAAAAFc2xpY2UAAAASAAAAB3NsaWNlSURsb25nAAAAAAAAAAdncm91cElEbG9uZwAAAAAAAAAGb3JpZ2luZW51bQAAAAxFU2xpY2VPcmlnaW4AAAANYXV0b0dlbmVyYXRlZAAAAABUeXBlZW51bQAAAApFU2xpY2VUeXBlAAAAAEltZyAAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAAAQAAAABSZ2h0bG9uZwAAAAEAAAADdXJsVEVYVAAAAAEAAAAAAABudWxsVEVYVAAAAAEAAAAAAABNc2dlVEVY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Z2UvanBlZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2YWRmOTQwNi03OTA1LTQ5NzEtODc2Mi1iMzcwY2FhZDQzOTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NmFkZjk0MDYtNzkwNS00OTcxLTg3NjItYjM3MGNhYWQ0Mzk5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmFkZjk0MDYtNzkwNS00OTcxLTg3NjItYjM3MGNhYWQ0Mzk5IiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2YWRmOTQwNi03OTA1LTQ5NzEtODc2Mi1iMzcwY2FhZDQzOTkiIHN0RXZ0OndoZW49IjIwMjAtMDQtMzBUMTY6NDQ6MzcrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA="
}{- "code": 200,
- "message": "success",
- "result": {
- "internal_code": "IO2511192276",
- "amount": 2000.5,
- "currency_code": "USD",
- "status": "pending",
- "created_at": "2025-11-19 06:34:38",
- "updated_at": "2025-11-19 06:34:38"
}
}Recupera un ingreso previamente notificado por su código interno.
| profile_id required | integer Id del perfil de compañía (profile_foreign_company) |
| internal_code required | string Código interno del ingreso |
{- "profile_id": 4,
- "internal_code": "IO2511202279"
}{- "code": 200,
- "message": "success",
- "result": {
- "internal_code": "IO2511202279",
- "amount": 2000.5,
- "currency_code": "USD",
- "status": "pending",
- "created_at": "2025-11-20 05:48:45",
- "updated_at": "2025-11-20 05:48:45"
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| profile_id required | integer Id del perfil de compañía (profile_foreign_company) |
| internal_code required | string Código interno del ingreso |
{- "profile_id": 4,
- "internal_code": "IO2511202279"
}{- "code": 200,
- "message": "success",
- "result": {
- "internal_code": "IO2511192276",
- "amount": 2000.5,
- "currency_code": "USD",
- "status": "pending",
- "created_at": "2025-11-19 06:34:38",
- "updated_at": "2025-11-19 06:34:38"
}
}Devuelve los ingresos notificados vía transferencia bancaria asociados al perfil indicado, con paginación y filtros de fecha.
| profile_id required | integer Id del perfil de compañía (profile_foreign_company) |
Array of objects Filtros de rango por fecha. Claves soportadas:
| |
| sort | string Campo de ordenación (por defecto 'id') |
| dir | string Enum: "ASC" "DESC" Dirección de ordenación |
| page | integer Número de página (>=1) |
| page_size | integer Tamaño de página |
{- "profile_id": 4,
- "filters": [
- {
- "date": "2019-02-21"
}, - {
- "dateTo": "2030-12-21"
}
], - "sort": "id",
- "dir": "DESC",
- "page": 2,
- "page_size": 10
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "internal_code": "IO23092723",
- "amount": 0,
- "currency_code": null,
- "status": "expired",
- "created_at": "2023-09-27 17:01:56",
- "updated_at": "2023-09-27 17:01:56"
}, - {
- "internal_code": "IO2002211",
- "amount": 0,
- "currency_code": null,
- "status": "refused",
- "created_at": "2020-02-21 12:48:08",
- "updated_at": "2020-11-05 12:02:44"
}
], - "pagination": {
- "total": "12",
- "page": 2,
- "page_size": 10
}
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| profile_id required | integer Id del perfil de compañía (profile_foreign_company) |
Array of objects Filtros de rango por fecha. Claves soportadas:
| |
| sort | string Campo de ordenación (por defecto 'id') |
| dir | string Enum: "ASC" "DESC" Dirección de ordenación |
| page | integer Número de página (>=1) |
| page_size | integer Tamaño de página |
{- "profile_id": 4,
- "filters": [
- {
- "date": "2019-02-21"
}, - {
- "dateTo": "2030-12-21"
}
], - "sort": "id",
- "dir": "DESC",
- "page": 2,
- "page_size": 10
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "internal_code": "IO23092723",
- "amount": 0,
- "currency_code": "EUR",
- "status": "pending",
- "created_at": "2023-09-27 17:01:56",
- "updated_at": "2023-09-27 17:01:56"
}
], - "pagination": {
- "page": 1,
- "page_size": 20,
- "total": 137
}
}
}| id required | integer Id de la compañía |
| file_name required | string Enum: "deed_of_incorporation_of_the_company" "registration_certificate_of_the_company" "photocopy_of_the_company_tax_dentification_card" "certificate_of_nomination_of_directors_and_or_attorneys" "photocopy_of_directors_and_attorneys_id_who_will_act_on_behalf_of_the_company" "declaration_form_of_the_real_owner_of_the_company" "corporation_tax_forms" "bank_account_certificate" "audited_annual_accounts" Tipo de documento a asociar |
| file_base64 required | string <byte> Contenido del archivo en base64. Se aceptan (gif,jpg,png,pdf,docx) |
{- "id": 4,
- "file_name": "audited_annual_accounts",
- "file_base64": "data:image/jpeg;base64,/9j/4QNVRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAkAAAAcgEyAAIAAAAUAAAAlodpAAQAAAABAAAArAAAANgAHoSAAAAnEAAehIAAACcQQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkAMjAyMDowNDozMCAxNjo0NDozNwAAAAADoAEAAwAAAAH//wAAoAIABAAAAAEAAAABoAMABAAAAAEAAAABAAAAAAAAAAYBAwADAAAAAQAGAAABGgAFAAAAAQAAASYBGwAFAAAAAQAAAS4BKAADAAAAAQACAAACAQAEAAAAAQAAATYCAgAEAAAAAQAAAhcAAAAAAAAASAAAAAEAAABIAAAAAf/Y/+0ADEFkb2JlX0NNAAL/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAABAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCDgAAB//Z"
}{- "code": 200,
- "message": "success",
- "result": {
- "id": 4,
- "status": "PENDIENTE",
- "active": true,
- "company_name": "TEST COMPANY PANEL REVOLUPAY",
- "core_kyb_profile_type_client": "",
- "business_id": "99",
- "registration_number": "4444444444",
- "address_country": "FR",
- "address_province": "pr",
- "address_city": "loc",
- "address_zip_code": "34234",
- "address_street_name": "ad",
- "address_line": "",
- "bank_name": "Candelario Pega Fuego Bank",
- "bank_phone": "+34000000000",
- "account_number": "4444444",
- "routing_number": "22222222",
- "swift": "CAHMESMMXXF",
- "iban": "ES1000000000000000000000",
- "bank_address_country": "ES",
- "bank_address_city": "Barcelona",
- "bank_address_province": "Barcelona",
- "bank_address_zip_code": "08906",
- "bank_address_street_name": "Calle Sant Feliu 113, segundo",
- "bank_address_line": null,
- "first_name": "Candelario",
- "last_name": "Pega Fuego",
- "email": "agent@example.com",
- "phone": "+34000000000",
- "objective_operation": "test",
- "owners": [
- "Candelario Pega Fuego"
], - "services": {
- "tpv": {
- "active": true,
- "commission": {
- "EUR": 0,
- "USD": 0
}, - "payto_uuid": "11111111-1111-4111-9111-111111111111",
}, - "api": {
- "active": true,
- "key": "occwsk4cc0484oo0s8skw4ocwc04cwskoso8040o"
}, - "direct_bank": {
- "active": false
}, - "receive_bank_transfer": {
- "active": true
}, - "send_bank_transfer": {
- "active": true
}, - "vcard": {
- "active": true,
- "commmission": {
- "EUR": 7
}
}
}, - "files": [
- {
- "description": "Deed of incorporation of the company.",
- "type": "incorporation",
- "expires_at": "2025-12-01 00:00:00",
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Registration Certificate of the company.",
- "type": "registration",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Photocopy of the company's Tax Identification Card.",
- "type": "tax_id",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Certificate of nomination of Directors and/or attorneys.",
- "type": "directors_cert",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "PayTo Logo",
- "type": "logo",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}
], - "merchant_locations": [
- {
- "id": 108,
- "name": "TEST COMPANY LOCATION",
- "wallets": [
- {
- "id": 2376,
- "reference": "ES8769000011510100002376",
- "mp": "MP00002376",
- "mp_account_route": "00000107MP00002376",
- "currency": "EUR",
- "balance": 64.19
}, - {
- "id": 5964,
- "reference": "ES2669000011500200005964",
- "mp": "MP00005964",
- "mp_account_route": "00000107MP00005964",
- "currency": "USD",
- "balance": 164.66
}, - {
- "id": 77871,
- "reference": "ES3469000011570400077871",
- "mp": "MP00077871",
- "mp_account_route": "00000107MP00077871",
- "currency": "CAD",
- "balance": 0
}
]
}
], - "fee_configurations": [
- {
- "fee_configuration_id": 2,
- "business_id": null,
- "wallet_id": null,
- "fee_type": "CARD_ISSUANCE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": 9,
- "percentual_fee": null,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 734,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_DEFAULT_CURRENCY",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.01,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 735,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_OTHER_CURRENCIES_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 736,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_OTHER_CURRENCIES_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 737,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_DEFAULT_CURRENCY_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 738,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_OTHER_CURRENCIES_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 739,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_OTHER_CURRENCIES_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 740,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_DEFAULT_CURRENCY_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 265,
- "business_id": null,
- "wallet_id": null,
- "fee_type": "EXTERNAL_WITHDRAWAL",
- "user_type": null,
- "country": null,
- "min_amount": 500.01,
- "max_amount": 100000,
- "fixed_fee": null,
- "percentual_fee": 1,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 443,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "INACTIVITY",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": 0,
- "percentual_fee": null,
- "min_fee": null,
- "sender_assumes_fee": false,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}
]
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| id required | integer Id de la compañía |
| file_name required | string Enum: "deed_of_incorporation_of_the_company" "registration_certificate_of_the_company" "photocopy_of_the_company_tax_dentification_card" "certificate_of_nomination_of_directors_and_or_attorneys" "photocopy_of_directors_and_attorneys_id_who_will_act_on_behalf_of_the_company" "declaration_form_of_the_real_owner_of_the_company" "corporation_tax_forms" "bank_account_certificate" "audited_annual_accounts" Tipo de documento a asociar |
| file_base64 required | string <byte> Contenido del archivo en base64. Se aceptan (gif,jpg,png,pdf,docx) |
{- "id": 4,
- "file_name": "audited_annual_accounts",
- "file_base64": "data:image/jpeg;base64,/9j/4QNVRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAkAAAAcgEyAAIAAAAUAAAAlodpAAQAAAABAAAArAAAANgAHoSAAAAnEAAehIAAACcQQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkAMjAyMDowNDozMCAxNjo0NDozNwAAAAADoAEAAwAAAAH//wAAoAIABAAAAAEAAAABoAMABAAAAAEAAAABAAAAAAAAAAYBAwADAAAAAQAGAAABGgAFAAAAAQAAASYBGwAFAAAAAQAAAS4BKAADAAAAAQACAAACAQAEAAAAAQAAATYCAgAEAAAAAQAAAhcAAAAAAAAASAAAAAEAAABIAAAAAf/Y/+0ADEFkb2JlX0NNAAL/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAABAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFQEBAQAAAAAAAAAAAAAAAAAAAwT/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwCDgAAB//Z"
}{- "code": 200,
- "message": "success",
- "result": {
- "id": 4,
- "status": "PENDIENTE",
- "active": true,
- "company_name": "TEST COMPANY PANEL REVOLUPAY",
- "core_kyb_profile_type_client": "",
- "business_id": "99",
- "registration_number": "4444444444",
- "address_country": "FR",
- "address_province": "pr",
- "address_city": "loc",
- "address_zip_code": "34234",
- "address_street_name": "ad",
- "address_line": "",
- "bank_name": "Candelario Pega Fuego Bank",
- "bank_phone": "+34000000000",
- "account_number": "4444444",
- "routing_number": "22222222",
- "swift": "CAHMESMMXXF",
- "iban": "ES1000000000000000000000",
- "bank_address_country": "ES",
- "bank_address_city": "Barcelona",
- "bank_address_province": "Barcelona",
- "bank_address_zip_code": "08906",
- "bank_address_street_name": "Calle Sant Feliu 113, segundo",
- "bank_address_line": null,
- "first_name": "Candelario",
- "last_name": "Pega Fuego",
- "email": "agent@example.com",
- "phone": "+34000000000",
- "objective_operation": "test",
- "owners": [
- "Candelario Pega Fuego"
], - "services": {
- "tpv": {
- "active": true,
- "commission": {
- "EUR": 0,
- "USD": 0
}, - "payto_uuid": "11111111-1111-4111-9111-111111111111",
}, - "api": {
- "active": true,
- "key": "occwsk4cc0484oo0s8skw4ocwc04cwskoso8040o"
}, - "direct_bank": {
- "active": false
}, - "receive_bank_transfer": {
- "active": true
}, - "send_bank_transfer": {
- "active": true
}, - "vcard": {
- "active": true,
- "commmission": {
- "EUR": 7
}
}
}, - "files": [
- {
- "description": "Deed of incorporation of the company.",
- "type": "incorporation",
- "expires_at": "2025-12-01 00:00:00",
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Registration Certificate of the company.",
- "type": "registration",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Photocopy of the company's Tax Identification Card.",
- "type": "tax_id",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "Certificate of nomination of Directors and/or attorneys.",
- "type": "directors_cert",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}, - {
- "description": "PayTo Logo",
- "type": "logo",
- "expires_at": null,
- "notes": null,
- "is_required": "0"
}
], - "merchant_locations": [
- {
- "id": 108,
- "name": "TEST COMPANY LOCATION",
- "wallets": [
- {
- "id": 2376,
- "reference": "ES8769000011510100002376",
- "mp": "MP00002376",
- "mp_account_route": "00000107MP00002376",
- "currency": "EUR",
- "balance": 64.19
}, - {
- "id": 5964,
- "reference": "ES2669000011500200005964",
- "mp": "MP00005964",
- "mp_account_route": "00000107MP00005964",
- "currency": "USD",
- "balance": 164.66
}, - {
- "id": 77871,
- "reference": "ES3469000011570400077871",
- "mp": "MP00077871",
- "mp_account_route": "00000107MP00077871",
- "currency": "CAD",
- "balance": 0
}
]
}
], - "fee_configurations": [
- {
- "fee_configuration_id": 2,
- "business_id": null,
- "wallet_id": null,
- "fee_type": "CARD_ISSUANCE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": 9,
- "percentual_fee": null,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 734,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_DEFAULT_CURRENCY",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.01,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 735,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_OTHER_CURRENCIES_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 736,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_SEPA_OTHER_CURRENCIES_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 737,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_DEFAULT_CURRENCY_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 738,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_OTHER_CURRENCIES_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 739,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_OTHER_CURRENCIES_OUR",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 740,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "TRANSFER_INTERNATIONAL_DEFAULT_CURRENCY_SHARE",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": null,
- "percentual_fee": 0.25,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 265,
- "business_id": null,
- "wallet_id": null,
- "fee_type": "EXTERNAL_WITHDRAWAL",
- "user_type": null,
- "country": null,
- "min_amount": 500.01,
- "max_amount": 100000,
- "fixed_fee": null,
- "percentual_fee": 1,
- "min_fee": null,
- "sender_assumes_fee": true,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}, - {
- "fee_configuration_id": 443,
- "business_id": 107,
- "wallet_id": null,
- "fee_type": "INACTIVITY",
- "user_type": null,
- "country": null,
- "min_amount": null,
- "max_amount": null,
- "fixed_fee": 0,
- "percentual_fee": null,
- "min_fee": null,
- "sender_assumes_fee": false,
- "fee_applied_to_amount": null,
- "apply_fee_to_external": null
}
]
}
}Crea una sesión de login iniciada por el agente para que un usuario de la compañía se autentique (usuario/contraseña + OTP). Tras el OTP, el agente recibirá notificación JSON con un token de sesión de compañía.
| profile_id required | integer Id de la compañía (profile_foreign_company) |
| notify_url required | string <uri> URL del agente para notificación JSON con el token de sesión |
| ok_redirect_url | string <uri> URL a la que se redirige al usuario tras éxito |
| ko_redirect_url | string <uri> URL a la que se redirige al usuario tras fallo |
{- "profile_id": 321,
}{- "code": 200,
- "message": "success",
}| language required | string Default: "english" Enum: "english" "spanish" |
| profile_id required | integer Id de la compañía (profile_foreign_company) |
| notify_url required | string <uri> URL del agente para notificación JSON con el token de sesión |
| ok_redirect_url | string <uri> URL a la que se redirige al usuario tras éxito |
| ko_redirect_url | string <uri> URL a la que se redirige al usuario tras fallo |
{- "profile_id": 321,
}{- "code": 200,
- "message": "success",
}Requiere token de sesión emitido tras completar el login OTP de compañía.
| session_token required | string Token emitido tras completar el login OTP de la compañía |
| amount_cents required | integer Importe en céntimos (>0) |
| currency required | string Enum: "EUR" "USD" |
| url_ok | string <uri> |
| url_ko | string <uri> |
| url_post | string <uri> |
| description | string |
| order_ext_id | string |
| customer_ext_id | string |
| source_uuid | string |
| clientFirstName | string |
| clientLastName | string |
| clientEmail | string <email> |
| clientPhonePrefix | string |
| clientPhoneNumber | string |
| clientAddressCity | string |
| clientAddressCountryISO3 | string |
| clientAddress | string |
| clientAddressZip | string |
| clientAddressState | string |
{- "session_token": "string",
- "amount_cents": 1020,
- "currency": "EUR",
- "description": "Rocker T-shirt x 1",
- "order_ext_id": "RTH-000001",
- "customer_ext_id": "CL1-000-CV-98",
- "source_uuid": "77777777-7777-4777-9777-777777777777",
- "clientFirstName": "Alan",
- "clientLastName": "Brito",
- "clientEmail": "alan@example.com",
- "clientPhonePrefix": "34",
- "clientPhoneNumber": "938930586",
- "clientAddressCity": "Barcelona",
- "clientAddressCountryISO3": "ESP",
- "clientAddress": "C/ Mayor 1",
- "clientAddressZip": "08001",
- "clientAddressState": "Barcelona"
}{- "code": 200,
- "message": "success",
- "result": {
- "order": {
- "code": "BZtim.19117",
- "status": "pending",
- "internal_code": "TPV25110319117",
- "receipt_identifier": null,
- "created_at": "2025-11-03 06:29:18",
- "updated_at": "2025-11-03 06:29:18",
- "environment": "prod"
}, - "details": {
- "amount": "1.00",
- "refund": "0.00",
- "currency": "EUR",
- "operative": "AUTHORIZATION",
- "url_post": "",
- "url_ok": "",
- "url_ko": "",
- "order_ext_id": "BZtim.19117",
- "description": "description",
- "payment_uuid": "33333333-3333-4333-9333-333333333333",
- "payment_status": "CREATED",
- "environment": "prod",
- "token": "598eda78cc7174bb8c1df34f7d775bb025c8d4530c0cbb9b6c01cb595e4e469701f140faa783b45b507f2ba9ed3b60b9c117ddd5cd312589cd53e6761e06e465",
- "created_at": "2025-11-03 06:29:18",
- "updated_at": "2025-11-03 06:29:18",
- "processed": "0",
- "clientFirstName": "",
- "clientLastName": "",
- "clientEmail": "",
- "clientAddressCity": "",
- "clientAddressCountryISO3": "",
- "clientAddress": "",
- "clientAddressZip": "",
- "clientAddressState": "",
- "clientPhonePrefix": "",
- "clientPhoneNumber": "",
- "tpv_data": null
}, - "refunds": [ ]
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| session_token required | string Token emitido tras completar el login OTP de la compañía |
| amount_cents required | integer Importe en céntimos (>0) |
| currency required | string Enum: "EUR" "USD" |
| url_ok | string <uri> |
| url_ko | string <uri> |
| url_post | string <uri> |
| description | string |
| order_ext_id | string |
| customer_ext_id | string |
| source_uuid | string |
| clientFirstName | string |
| clientLastName | string |
| clientEmail | string <email> |
| clientPhonePrefix | string |
| clientPhoneNumber | string |
| clientAddressCity | string |
| clientAddressCountryISO3 | string |
| clientAddress | string |
| clientAddressZip | string |
| clientAddressState | string |
{- "session_token": "string",
- "amount_cents": 1020,
- "currency": "EUR",
- "description": "Rocker T-shirt x 1",
- "order_ext_id": "RTH-000001",
- "customer_ext_id": "CL1-000-CV-98",
- "source_uuid": "77777777-7777-4777-9777-777777777777",
- "clientFirstName": "Alan",
- "clientLastName": "Brito",
- "clientEmail": "alan@example.com",
- "clientPhonePrefix": "34",
- "clientPhoneNumber": "938930586",
- "clientAddressCity": "Barcelona",
- "clientAddressCountryISO3": "ESP",
- "clientAddress": "C/ Mayor 1",
- "clientAddressZip": "08001",
- "clientAddressState": "Barcelona"
}{- "code": 200,
- "message": "success",
- "result": {
- "order": {
- "code": "BZtim.19117",
- "status": "pending",
- "internal_code": "TPV25110319117",
- "receipt_identifier": null,
- "created_at": "2025-11-03 06:29:18",
- "updated_at": "2025-11-03 06:29:18",
- "environment": "prod"
}, - "details": {
- "amount": "1.00",
- "refund": "0.00",
- "currency": "EUR",
- "operative": "AUTHORIZATION",
- "url_post": "",
- "url_ok": "",
- "url_ko": "",
- "order_ext_id": "BZtim.19117",
- "description": "description",
- "payment_uuid": "33333333-3333-4333-9333-333333333333",
- "payment_status": "CREATED",
- "environment": "prod",
- "token": "598eda78cc7174bb8c1df34f7d775bb025c8d4530c0cbb9b6c01cb595e4e469701f140faa783b45b507f2ba9ed3b60b9c117ddd5cd312589cd53e6761e06e465",
- "created_at": "2025-11-03 06:29:18",
- "updated_at": "2025-11-03 06:29:18",
- "processed": "0",
- "clientFirstName": "",
- "clientLastName": "",
- "clientEmail": "",
- "clientAddressCity": "",
- "clientAddressCountryISO3": "",
- "clientAddress": "",
- "clientAddressZip": "",
- "clientAddressState": "",
- "clientPhonePrefix": "",
- "clientPhoneNumber": "",
- "tpv_data": null
}, - "refunds": [ ]
}
}Requiere el token de sesión emitido tras completar el login OTP de compañía y el internal_code de la orden TPV.
| session_token required | string Token emitido tras completar el login OTP de la compañía |
| amount_cents required | integer Importe a reembolsar en céntimos (>0) |
| internal_code required | string Código interno de la orden TPV a reembolsar |
{- "session_token": "e2cf457b24733ed99839c6890b581626f858eca8da1c2f88",
- "amount_cents": 1,
- "internal_code": "TPV211214594"
}{- "code": 200,
- "message": "success",
- "result": {
- "id": "500",
- "internal_code": "TPV211214594",
- "amount": "0.01",
- "status": "pending",
- "notes": null,
- "evidence_of_refund_file": "https://api.revolupay.com/global/uploads/upl_691b1acf055036.76547191.pdf",
- "created_at": "2025-11-17 07:47:53",
- "updated_at": "2025-11-17 07:47:53",
- "deleted": "0"
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| session_token required | string Token emitido tras completar el login OTP de la compañía |
| amount_cents required | integer Importe a reembolsar en céntimos (>0) |
| internal_code required | string Código interno de la orden TPV a reembolsar |
{- "session_token": "e2cf457b24733ed99839c6890b581626f858eca8da1c2f88",
- "amount_cents": 1,
- "internal_code": "TPV211214594"
}{- "code": 200,
- "message": "success",
- "result": {
- "id": "500",
- "internal_code": "TPV211214594",
- "amount": "0.01",
- "status": "pending",
- "notes": "string",
- "evidence_of_refund_file": "https://api.revolupay.com/global/uploads/upl_691b1acf055036.76547191.pdf",
- "created_at": "2025-11-17 07:47:53",
- "updated_at": "2025-11-17 07:47:53",
- "deleted": "0"
}
}Devuelve las transacciones TPV del perfil de compañía indicado, validando que pertenezca al agente.
| profile_id required | integer Id del perfil de compañía (profile_foreign_company) |
Array of objects Filtros aplicados al listado. Estructura: array de objetos con UNA sola clave cada uno. Claves permitidas y su semántica:
| |
| sort | string Campo de ordenación (por defecto "id"). Soportados: id, created_at, service_status, currency_code. |
| dir | string Enum: "ASC" "DESC" Dirección de ordenación |
| page | integer Número de página (>=1) |
| page_size | integer Tamaño de página |
{- "profile_id": 162,
- "page": 1,
- "page_size": 100
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "internal_code": "TPV2003242",
- "status": "pending",
- "created_at": "2020-03-24 12:20:08",
- "updated_at": "2020-03-24 12:20:08",
- "amount": "0.01",
- "currency": "EUR",
- "refund_count": 0
}, - {
- "internal_code": "TPV211214594",
- "status": "accepted",
- "created_at": "2021-12-14 07:32:21",
- "updated_at": "2021-12-14 13:33:58",
- "amount": "0.01",
- "currency": "EUR",
- "refund_count": 2
}
], - "pagination": {
- "total": 12,
- "page": 1,
- "page_size": 100
}
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| profile_id required | integer Id del perfil de compañía (profile_foreign_company) |
Array of objects Filtros aplicados al listado. Estructura: array de objetos con UNA sola clave cada uno. Claves permitidas y su semántica:
| |
| sort | string Campo de ordenación (por defecto "id"). Soportados: id, created_at, service_status, currency_code. |
| dir | string Enum: "ASC" "DESC" Dirección de ordenación |
| page | integer Número de página (>=1) |
| page_size | integer Tamaño de página |
{- "profile_id": 162,
- "page": 1,
- "page_size": 100
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "internal_code": "TPV2003242",
- "status": "pending",
- "created_at": "2020-03-24 12:20:08",
- "updated_at": "2020-03-24 12:20:08",
- "amount": "0.01",
- "currency": "EUR",
- "refund_count": 0
}, - {
- "internal_code": "TPV211214594",
- "status": "accepted",
- "created_at": "2021-12-14 07:32:21",
- "updated_at": "2021-12-14 13:33:58",
- "amount": "0.01",
- "currency": "EUR",
- "refund_count": 2
}
], - "pagination": {
- "total": 12,
- "page": 1,
- "page_size": 100
}
}
}| profile_id required | integer Id del perfil de compañía (profile_foreign_company) |
| internal_code required | string Código interno de la orden TPV |
{- "profile_id": 162,
- "internal_code": "TPV211214594"
}{- "code": 200,
- "message": "success",
- "result": {
- "order": {
- "code": "qx2Li.594",
- "status": "accepted",
- "internal_code": "TPV211214594",
- "receipt_identifier": null,
- "created_at": "2021-12-14 07:32:21",
- "updated_at": "2021-12-14 13:33:58",
- "environment": "prod"
}, - "details": {
- "amount": "0.01",
- "refund": "0.00",
- "currency": "EUR",
- "operative": "AUTHORIZATION",
- "url_post": "",
- "url_ok": "",
- "url_ko": "",
- "order_ext_id": "qx2Li.594",
- "description": "test EN prod",
- "payment_uuid": "44444444-4444-4444-9444-444444444444",
- "payment_status": "SUCCESS",
- "environment": "prod",
- "token": "6ec8a6ea...",
- "created_at": "2021-12-14 07:32:21",
- "updated_at": "2021-12-16 06:00:06",
- "processed": "1",
- "clientFirstName": null,
- "clientLastName": null,
- "clientEmail": null,
- "clientAddressCity": null,
- "clientAddressCountryISO3": null,
- "clientAddress": null,
- "clientAddressZip": null,
- "clientAddressState": null,
- "clientPhonePrefix": null,
- "clientPhoneNumber": null,
- "tpv_data": {
- "order": {
- "uuid": "44444444-4444-4444-9444-444444444444",
- "amount": 1,
- "status": "SUCCESS"
}, - "client": {
- "uuid": "55555555-5555-4555-9555-555555555555"
}
}
}, - "refunds": [
- {
- "internal_code": "TPV211214594",
- "amount": "0.01",
- "status": "refused",
- "notes": "El cliente ha cancelado la solicitud. ",
- "evidence_of_refund_file": null,
- "created_at": "2022-03-07 15:33:17",
- "updated_at": "2022-04-01 18:04:36"
}, - {
- "internal_code": "TPV211214594",
- "amount": "0.01",
- "status": "pending",
- "notes": null,
- "evidence_of_refund_file": null,
- "created_at": "2022-04-01 18:04:27",
- "updated_at": "2022-04-01 18:04:27"
}
]
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| profile_id required | integer Id del perfil de compañía (profile_foreign_company) |
| internal_code required | string Código interno de la orden TPV |
{- "profile_id": 162,
- "internal_code": "TPV211214594"
}{- "code": 200,
- "message": "success",
- "result": {
- "order": {
- "code": "qx2Li.594",
- "status": "accepted",
- "internal_code": "TPV211214594",
- "receipt_identifier": null,
- "created_at": "2021-12-14 07:32:21",
- "updated_at": "2021-12-14 13:33:58",
- "environment": "prod"
}, - "details": {
- "amount": "0.01",
- "refund": "0.00",
- "currency": "EUR",
- "operative": "AUTHORIZATION",
- "url_post": "",
- "url_ok": "",
- "url_ko": "",
- "order_ext_id": "qx2Li.594",
- "description": "test EN prod",
- "payment_uuid": "44444444-4444-4444-9444-444444444444",
- "payment_status": "SUCCESS",
- "environment": "prod",
- "token": "6ec8a6ea...",
- "created_at": "2021-12-14 07:32:21",
- "updated_at": "2021-12-16 06:00:06",
- "processed": "1",
- "clientFirstName": null,
- "clientLastName": null,
- "clientEmail": null,
- "clientAddressCity": null,
- "clientAddressCountryISO3": null,
- "clientAddress": null,
- "clientAddressZip": null,
- "clientAddressState": null,
- "clientPhonePrefix": null,
- "clientPhoneNumber": null,
- "tpv_data": {
- "order": {
- "uuid": "44444444-4444-4444-9444-444444444444",
- "amount": 1,
- "status": "SUCCESS"
}, - "client": {
- "uuid": "55555555-5555-4555-9555-555555555555"
}
}
}, - "refunds": [
- {
- "internal_code": "TPV211214594",
- "amount": "0.01",
- "status": "refused",
- "notes": "El cliente ha cancelado la solicitud. ",
- "evidence_of_refund_file": null,
- "created_at": "2022-03-07 15:33:17",
- "updated_at": "2022-04-01 18:04:36"
}, - {
- "internal_code": "TPV211214594",
- "amount": "0.01",
- "status": "pending",
- "notes": null,
- "evidence_of_refund_file": null,
- "created_at": "2022-04-01 18:04:27",
- "updated_at": "2022-04-01 18:04:27"
}
]
}
}Devuelve las operaciones de liquidación (paid out) de TPV gestionadas por el agente, con paginación y filtros opcionales.
Array of objects Filtros opcionales. Claves sugeridas: status, currency, company_name, period_date_end (rango con date/dateTo), paid_date (rango), notified (true/false). Formato de filtros: array de objetos con una sola clave cada uno, igual que en listados de TPV. | |
| sort | string Campo de ordenación (por defecto created_at). Soportados: created_at, paid_date, period_date_end, company_name, currency. |
| dir | string Enum: "ASC" "DESC" |
| page | integer |
| page_size | integer |
{- "page": 1,
- "page_size": 100
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "code": "TPV.xCe41.639",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "period_date_end": "2025-10-22 00:00:00",
- "paid_date": "2025-10-23",
- "notified": false,
- "created_at": "2025-10-23 07:00:09"
}, - {
- "code": "TPV.L1sy5.637",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "period_date_end": "2025-10-20 00:00:00",
- "paid_date": "2025-10-21",
- "notified": false,
- "created_at": "2025-10-21 07:00:09"
}
], - "pagination": {
- "total": "200",
- "page": 1,
- "page_size": 100
}
}
}| language required | string Default: "english" Enum: "english" "spanish" |
Array of objects Filtros opcionales. Claves sugeridas: status, currency, company_name, period_date_end (rango con date/dateTo), paid_date (rango), notified (true/false). Formato de filtros: array de objetos con una sola clave cada uno, igual que en listados de TPV. | |
| sort | string Campo de ordenación (por defecto created_at). Soportados: created_at, paid_date, period_date_end, company_name, currency. |
| dir | string Enum: "ASC" "DESC" |
| page | integer |
| page_size | integer |
{- "page": 1,
- "page_size": 100
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "code": "TPV.xCe41.639",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "period_date_end": "2025-10-22 00:00:00",
- "paid_date": "2025-10-23",
- "notified": false,
- "created_at": "2025-10-23 07:00:09"
}, - {
- "code": "TPV.L1sy5.637",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "period_date_end": "2025-10-20 00:00:00",
- "paid_date": "2025-10-21",
- "notified": false,
- "created_at": "2025-10-21 07:00:09"
}
], - "pagination": {
- "total": "200",
- "page": 1,
- "page_size": 100
}
}
}| code required | string Código público de la liquidación TPV (p.ej. TPV.D3CrZ.596) |
{- "code": "TPV.D3CrZ.596"
}{- "code": 200,
- "message": "success",
- "result": {
- "code": "TPV.D3CrZ.596",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "company_address": "Calle del General , Madrid, Madrid, Spain, Zip code 28006",
- "first_name": "Candelario",
- "last_name": "Pega Fuegos",
- "period_date_end": "31.08.2025",
- "paid_date": "2025-09-01",
- "notified": true,
- "created_at": "2025-09-01 07:00:12",
- "commission": "0.90",
- "rate": "1.00",
- "fee": "-0.40",
- "fee_eur": "-0.40",
- "line_before_txt": "",
- "line_before_value": "0.00",
- "line_after_txt": "",
- "line_after_value": "0.00",
- "sub_total": "-0.40",
- "sub_total_eur": "-0.40",
- "pay": "44.60",
- "pay_eur": "44.60",
- "total": "45.00",
- "total_eur": "45.00",
- "payment": {
- "method": "wallet",
- "amount": "44.60",
- "currency": "EUR",
- "date": "2025-09-01",
- "details": {
- "account": "ES4469000011560100000000",
- "transactions": [
- {
- "id": 306418,
- "amount": 45,
- "description": "TPV.D3CrZ.596 - FINTECH.",
- "date": "2025-11-07 07:45:42"
}, - {
- "id": 306419,
- "amount": -0.4,
- "description": "Fee TPV.D3CrZ.596 - FINTECH.",
- "date": "2025-11-07 07:45:42"
}
]
}, - "invoice": {
- "number": "FVW-25-17849",
}, - "evidence_url": "https://api.revolupay.com/global/uploads/PAYMENT RECEIPT-TPV.D3CrZ.596.pdf"
},
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| code required | string Código público de la liquidación TPV (p.ej. TPV.D3CrZ.596) |
{- "code": "TPV.D3CrZ.596"
}{- "code": 200,
- "message": "success",
- "result": {
- "code": "TPV.D3CrZ.596",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "company_address": "Calle del General, Madrid, Madrid, Spain, Zip code 28006",
- "first_name": "Candelario",
- "last_name": "Pega Fuegos",
- "period_date_end": "31.08.2025",
- "paid_date": "2025-09-01",
- "notified": true,
- "created_at": "2025-09-01 07:00:12",
- "commission": "0.90",
- "rate": "1.00",
- "fee": "-0.40",
- "fee_eur": "-0.40",
- "line_before_txt": "",
- "line_before_value": "0.00",
- "line_after_txt": "",
- "line_after_value": "0.00",
- "sub_total": "-0.40",
- "sub_total_eur": "-0.40",
- "pay": "44.60",
- "pay_eur": "44.60",
- "total": "45.00",
- "total_eur": "45.00",
- "payment": {
- "method": "wallet",
- "amount": "44.60",
- "currency": "EUR",
- "date": "2025-09-01",
- "details": {
- "account": "ES4469000011560100000000",
- "transactions": [
- {
- "id": 306418,
- "amount": 45,
- "description": "TPV.D3CrZ.596 - FINTECH.",
- "date": "2025-11-07 07:45:42"
}, - {
- "id": 306419,
- "amount": -0.4,
- "description": "Fee TPV.D3CrZ.596 - FINTECH.",
- "date": "2025-11-07 07:45:42"
}
]
}, - "invoice": {
- "number": "FVW-25-17849",
}, - "evidence_url": "https://api.revolupay.com/global/uploads/PAYMENT RECEIPT-TPV.D3CrZ.596.pdf"
},
}
}Devuelve las operaciones de liquidación (paid out) de TPV gestionadas por el agente, con paginación y filtros opcionales.
Array of objects Filtros opcionales. Claves sugeridas: status, currency, company_name, period_date_end (rango con date/dateTo), paid_date (rango), notified (true/false). Formato de filtros: array de objetos con una sola clave cada uno, igual que en listados de TPV. | |
| sort | string Campo de ordenación (por defecto created_at). Soportados: created_at, paid_date, period_date_end, company_name, currency. |
| dir | string Enum: "ASC" "DESC" |
| page | integer |
| page_size | integer |
{- "page": 1,
- "page_size": 100
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "code": "TPV.xCe41.639",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "period_date_end": "2025-10-22 00:00:00",
- "paid_date": "2025-10-23",
- "notified": false,
- "created_at": "2025-10-23 07:00:09"
}, - {
- "code": "TPV.L1sy5.637",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "period_date_end": "2025-10-20 00:00:00",
- "paid_date": "2025-10-21",
- "notified": false,
- "created_at": "2025-10-21 07:00:09"
}
], - "pagination": {
- "total": "200",
- "page": 1,
- "page_size": 100
}
}
}| language required | string Default: "english" Enum: "english" "spanish" |
Array of objects Filtros opcionales. Claves sugeridas: status, currency, company_name, period_date_end (rango con date/dateTo), paid_date (rango), notified (true/false). Formato de filtros: array de objetos con una sola clave cada uno, igual que en listados de TPV. | |
| sort | string Campo de ordenación (por defecto created_at). Soportados: created_at, paid_date, period_date_end, company_name, currency. |
| dir | string Enum: "ASC" "DESC" |
| page | integer |
| page_size | integer |
{- "page": 1,
- "page_size": 100
}{- "code": 200,
- "message": "success",
- "result": {
- "data": [
- {
- "code": "TPV.xCe41.639",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "period_date_end": "2025-10-22 00:00:00",
- "paid_date": "2025-10-23",
- "notified": false,
- "created_at": "2025-10-23 07:00:09"
}, - {
- "code": "TPV.L1sy5.637",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "period_date_end": "2025-10-20 00:00:00",
- "paid_date": "2025-10-21",
- "notified": false,
- "created_at": "2025-10-21 07:00:09"
}
], - "pagination": {
- "total": "200",
- "page": 1,
- "page_size": 100
}
}
}| code required | string Código público de la liquidación TPV (p.ej. TPV.D3CrZ.596) |
{- "code": "TPV.D3CrZ.596"
}{- "code": 200,
- "message": "success",
- "result": {
- "code": "TPV.D3CrZ.596",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "company_address": "Calle del General , Madrid, Madrid, Spain, Zip code 28006",
- "first_name": "Candelario",
- "last_name": "Pega Fuegos",
- "period_date_end": "31.08.2025",
- "paid_date": "2025-09-01",
- "notified": true,
- "created_at": "2025-09-01 07:00:12",
- "commission": "0.90",
- "rate": "1.00",
- "fee": "-0.40",
- "fee_eur": "-0.40",
- "line_before_txt": "",
- "line_before_value": "0.00",
- "line_after_txt": "",
- "line_after_value": "0.00",
- "sub_total": "-0.40",
- "sub_total_eur": "-0.40",
- "pay": "44.60",
- "pay_eur": "44.60",
- "total": "45.00",
- "total_eur": "45.00",
- "payment": {
- "method": "wallet",
- "amount": "44.60",
- "currency": "EUR",
- "date": "2025-09-01",
- "details": {
- "account": "ES4469000011560100000000",
- "transactions": [
- {
- "id": 306418,
- "amount": 45,
- "description": "TPV.D3CrZ.596 - FINTECH.",
- "date": "2025-11-07 07:45:42"
}, - {
- "id": 306419,
- "amount": -0.4,
- "description": "Fee TPV.D3CrZ.596 - FINTECH.",
- "date": "2025-11-07 07:45:42"
}
]
}, - "invoice": {
- "number": "FVW-25-17849",
}, - "evidence_url": "https://api.revolupay.com/global/uploads/PAYMENT RECEIPT-TPV.D3CrZ.596.pdf"
},
}
}| language required | string Default: "english" Enum: "english" "spanish" |
| code required | string Código público de la liquidación TPV (p.ej. TPV.D3CrZ.596) |
{- "code": "TPV.D3CrZ.596"
}{- "code": 200,
- "message": "success",
- "result": {
- "code": "TPV.D3CrZ.596",
- "status": "paid out",
- "currency": "EUR",
- "company_name": "FINTECH.",
- "company_address": "Calle del General, Madrid, Madrid, Spain, Zip code 28006",
- "first_name": "Candelario",
- "last_name": "Pega Fuegos",
- "period_date_end": "31.08.2025",
- "paid_date": "2025-09-01",
- "notified": true,
- "created_at": "2025-09-01 07:00:12",
- "commission": "0.90",
- "rate": "1.00",
- "fee": "-0.40",
- "fee_eur": "-0.40",
- "line_before_txt": "",
- "line_before_value": "0.00",
- "line_after_txt": "",
- "line_after_value": "0.00",
- "sub_total": "-0.40",
- "sub_total_eur": "-0.40",
- "pay": "44.60",
- "pay_eur": "44.60",
- "total": "45.00",
- "total_eur": "45.00",
- "payment": {
- "method": "wallet",
- "amount": "44.60",
- "currency": "EUR",
- "date": "2025-09-01",
- "details": {
- "account": "ES4469000011560100000000",
- "transactions": [
- {
- "id": 306418,
- "amount": 45,
- "description": "TPV.D3CrZ.596 - FINTECH.",
- "date": "2025-11-07 07:45:42"
}, - {
- "id": 306419,
- "amount": -0.4,
- "description": "Fee TPV.D3CrZ.596 - FINTECH.",
- "date": "2025-11-07 07:45:42"
}
]
}, - "invoice": {
- "number": "FVW-25-17849",
}, - "evidence_url": "https://api.revolupay.com/global/uploads/PAYMENT RECEIPT-TPV.D3CrZ.596.pdf"
},
}
}Devuelve el tipo de cambio de compra y venta para la divisa indicada.
| currency | string Example: currency=CAD Código ISO-4217 de la divisa (p.ej. CAD) por defecto USD |
| x-api-key required | string API Key del agente |
{- "code": 200,
- "message": "success",
- "result": [
- {
- "currency": {
- "iso": "CAD",
- "name": "Canadian Dollar"
}, - "rate": {
- "CAD": {
- "value": 1.6708271666248433,
- "description": "1 EUR = 1.6708271666248 CAD"
}, - "EUR": {
- "value": 0.598505949613,
- "description": "1 CAD = 0.598505949613 EUR"
}
}, - "rate_sell": {
- "CAD": {
- "value": 1.5734974287632018,
- "description": "1 EUR = 1.5734974287632 CAD"
}, - "EUR": {
- "value": 0.6355269361870001,
- "description": "1 CAD = 0.635526936187 EUR"
}
}
}
]
}Devuelve cotizaciones históricas de la divisa desde una fecha dada (formato Y-m-d). Paginado. Idioma por defecto 'english'.
| x-api-key required | string API Key del agente |
| currency | string Código ISO-4217 (por defecto USD si se omite) |
| from required | string <date> Fecha inicio (Y-m-d) |
| page_size | integer |
| page | integer |
{- "currency": "CAD",
- "from": "2025-10-28",
- "page_size": 10,
- "page": 2
}{- "currency": "CAD",
- "from": "2025-10-28",
- "result": [
- {
- "currency": {
- "iso": "CAD",
- "name": "Canadian Dollar"
}, - "rate": {
- "CAD": {
- "value": 1.6759999248519846,
- "description": "1 EUR = 1.675999924852 CAD"
}, - "EUR": {
- "value": 0.59665873797,
- "description": "1 CAD = 0.59665873797 EUR"
}
}, - "rate_sell": {
- "CAD": {
- "value": 1.5783688612683737,
- "description": "1 EUR = 1.5783688612684 CAD"
}, - "EUR": {
- "value": 0.63356546403,
- "description": "1 CAD = 0.63356546403 EUR"
}
}, - "date": "2025-10-28 16:30:02"
}, - {
- "currency": {
- "iso": "CAD",
- "name": "Canadian Dollar"
}, - "rate": {
- "CAD": {
- "value": 1.6781968431958092,
- "description": "1 EUR = 1.6781968431958 CAD"
}, - "EUR": {
- "value": 0.595877655267,
- "description": "1 CAD = 0.595877655267 EUR"
}
}, - "rate_sell": {
- "CAD": {
- "value": 1.5804378037863445,
- "description": "1 EUR = 1.5804378037863 CAD"
}, - "EUR": {
- "value": 0.632736066933,
- "description": "1 CAD = 0.632736066933 EUR"
}
}, - "date": "2025-10-28 16:00:05"
}
], - "pagination": {
- "total": "33044",
- "page": 2,
- "page_size": 10
}
}Igual que /agent/rate, permitiendo fijar idioma ('english'|'spanish').
| language required | string Default: "english" Enum: "english" "spanish" |
| currency | string Example: currency=CAD Código ISO-4217 de la divisa (p.ej. CAD) por defecto USD |
| x-api-key required | string API Key del agente |
{- "code": 200,
- "message": "success",
- "result": [
- {
- "currency": {
- "iso": "CAD",
- "name": "Canadian Dollar"
}, - "rate": {
- "CAD": {
- "value": 1.6708271666248433,
- "description": "1 EUR = 1.6708271666248 CAD"
}, - "EUR": {
- "value": 0.598505949613,
- "description": "1 CAD = 0.598505949613 EUR"
}
}, - "rate_sell": {
- "CAD": {
- "value": 1.5734974287632018,
- "description": "1 EUR = 1.5734974287632 CAD"
}, - "EUR": {
- "value": 0.6355269361870001,
- "description": "1 CAD = 0.635526936187 EUR"
}
}
}
]
}Devuelve cotizaciones históricas de la divisa desde una fecha dada (formato Y-m-d). Paginado.
| language required | string Default: "english" Enum: "english" "spanish" |
| currency | string Código ISO-4217 (por defecto USD si se omite) |
| from required | string <date> Fecha inicio (Y-m-d) |
| page_size | integer |
| page | integer |
{- "currency": "CAD",
- "from": "2025-10-28",
- "page_size": 10,
- "page": 2
}{- "currency": "CAD",
- "from": "2025-10-28",
- "result": [
- {
- "currency": {
- "iso": "CAD",
- "name": "Canadian Dollar"
}, - "rate": {
- "CAD": {
- "value": 1.6759999248519846,
- "description": "1 EUR = 1.675999924852 CAD"
}, - "EUR": {
- "value": 0.59665873797,
- "description": "1 CAD = 0.59665873797 EUR"
}
}, - "rate_sell": {
- "CAD": {
- "value": 1.5783688612683737,
- "description": "1 EUR = 1.5783688612684 CAD"
}, - "EUR": {
- "value": 0.63356546403,
- "description": "1 CAD = 0.63356546403 EUR"
}
}, - "date": "2025-10-28 16:30:02"
}, - {
- "currency": {
- "iso": "CAD",
- "name": "Canadian Dollar"
}, - "rate": {
- "CAD": {
- "value": 1.6781968431958092,
- "description": "1 EUR = 1.6781968431958 CAD"
}, - "EUR": {
- "value": 0.595877655267,
- "description": "1 CAD = 0.595877655267 EUR"
}
}, - "rate_sell": {
- "CAD": {
- "value": 1.5804378037863445,
- "description": "1 EUR = 1.5804378037863 CAD"
}, - "EUR": {
- "value": 0.632736066933,
- "description": "1 CAD = 0.632736066933 EUR"
}
}, - "date": "2025-10-28 16:00:05"
}
], - "pagination": {
- "total": "33044",
- "page": 2,
- "page_size": 10
}
}