Apipagos v2
  1. Documents
Apipagos v2
  • Apipagos Extras
    • Cbu Cvu Validation
      GET
    • Credit Card Bin Validations
      GET
  • Apipagos Core
    • Contracts
      • Create
        • Create new contracts.
        • Create new contract extras.
      • Get
        • Display a listing of contracts.
        • Get contract by code or Id.
        • Get contract extra by ID.
      • Update
        • Updates contracts.
        • Updates contract extras.
        • Update single contract
    • Documents
      • Create
        • Create new documents.
        • Create documents new payment instances.
        • Create documents new life cycles.
      • Get
        • Display the life cycle of the document.
        • Display a listing of documents.
        • Display the payment instances of the document.
        • Display the specified document.
      • Update
        • Update payment instances of documents.
        • Update cycle of documents.
        • Update documents.
        • Update Single Document
    • Refunds
      • Get
        • Display a listing of refunds.
        • Get refunds by code.
      • Create
        • Create new refunds.
      • Update
        • Update refunds.
        • Update single refund
    • Subscriptions
      • Create
        • Create new subscriptions.
      • Get
        • Display a listing of subscriptions.
        • Get a subscription by code.
      • Update
        • Update subscriptions.
        • Update Single Subscription
    • Transactions
      • Create
        • Create new transactions.
      • Get
        • Display a listing of transactions.
        • Get a transaction by code.
      • Update
        • Update transactions.
        • Update Single Transaction
    • Publications
      • Create
        • Create new publications
      • Get
        • Display a listing of publications.
        • Get publication by code.
    • Users
      • Create
        • Create new users.
        • Create new users fiscal data.
        • Create new users addresses.
        • Create new users identities.
        • Create new users payment methods.
      • Get
        • Display a listing of the users.
        • Get a user by code.
      • Update
        • Update users.
        • Update Single User
    • Location
      • Get Countries
      • Get Country Provinces
      • Get Province Locations
    • Tenant info
      GET
    • AFIP
      GET
  • Schemas
    • AccountValidation
      • AccountHolder
      • AccountValidation
    • Contracts
      • Contract Request
      • Contract
      • Contract Extra Request
      • Contract Extra
    • Documents
      • Document Payment Instance
      • Document Life Cycle
      • Document Type
      • Document Request
      • Document
    • Users
      • User
      • User Request
      • User Address
      • User Identity
      • User Contact Info
      • User Fiscal Data
      • User Fiscal Data Request
    • Misc
      • Responses
        • Resource Paginated
      • Soft Deletes
      • Timestamps
    • Refunds
      • Refund
      • Refund Request
    • Subscriptions
      • Subscription
      • Subscription Request
    • Transactions
      • Transaction Request
      • Transaction
    • Publications
      • PublicationsRequest
      • Publication
    • System Status
  1. Documents

Document

{
    "code": "string",
    "type": {
        "type_code": "string",
        "title": "string",
        "description": "string",
        "documents_source": "string",
        "transactions_source": "string",
        "program_type": "string",
        "status": {
            "code": 0,
            "label": "string",
            "description": "string",
            "action": "showHelp"
        },
        "config": "string"
    },
    "title": "string",
    "currency_code": "string",
    "amount": "string",
    "parent": {
        "code": "string",
        "type": {
            "type_code": "string",
            "title": "string",
            "description": "string",
            "documents_source": "string",
            "transactions_source": "string",
            "program_type": "string",
            "status": {
                "code": 0,
                "label": "string",
                "description": "string",
                "action": "showHelp"
            },
            "config": "string"
        },
        "title": "string",
        "currency_code": "string",
        "amount": "string",
        "integrity_code": "string",
        "status": {
            "code": 0,
            "label": "string",
            "description": "string",
            "action": "showHelp"
        },
        "field_1": "string",
        "field_2": "string",
        "field_3": "string",
        "user": {
            "code": "string",
            "correlation_id": "string",
            "type": "f",
            "email": "string",
            "email_verified_at": "2019-08-24T14:15:22Z",
            "first_name": "string",
            "last_name": "string",
            "field_1": "string",
            "field_2": "string",
            "field_3": "string",
            "profile_photo_url": "string",
            "birthdate": "2019-08-24T14:15:22Z",
            "birth_country": "string",
            "nationality": "string",
            "gender": "string",
            "marital_status": "Single",
            "status": {
                "code": 0,
                "label": "string",
                "description": "string",
                "action": "showHelp"
            },
            "created_at": "2019-08-24T14:15:22Z",
            "updated_at": "2019-08-24T14:15:22Z"
        },
        "created_at": "2019-08-24T14:15:22Z",
        "updated_at": "2019-08-24T14:15:22Z"
    },
    "integrity_code": "string",
    "status": {
        "code": 0,
        "label": "string",
        "description": "string",
        "action": "showHelp"
    },
    "field_1": "string",
    "field_2": "string",
    "field_3": "string",
    "user": {
        "code": "string",
        "correlation_id": "string",
        "type": "f",
        "email": "string",
        "email_verified_at": "2019-08-24T14:15:22Z",
        "first_name": "string",
        "last_name": "string",
        "field_1": "string",
        "field_2": "string",
        "field_3": "string",
        "profile_photo_url": "string",
        "birthdate": "2019-08-24T14:15:22Z",
        "birth_country": "string",
        "nationality": "string",
        "gender": "string",
        "marital_status": "Single",
        "status": {
            "code": 0,
            "label": "string",
            "description": "string",
            "action": "showHelp"
        },
        "created_at": "2019-08-24T14:15:22Z",
        "updated_at": "2019-08-24T14:15:22Z"
    },
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
}
Built with