Skip to main content

Retrieve transactions via API.

GET 

/paymentlink/:payment_link_id/transactions

Retrieve transactions via API.

Request​

Path Parameters

    payment_link_id stringrequired

    Payment link ID

    Example: 66a2dc04-6fcc-3a66-b570-ea367d7df281

Query Parameters

    page integer

    Page for consultation.

    Example: 1
    perPage integer

    Quantity of items per page for consultation.

    Example: 10
    startDate string

    Initial date for consultation.

    Example: 2025-04-13
    endDate string

    Final date for consultation.

    Example: 2025-04-14
    status string

    Possible values: [DENIED, PAYED, AUTHORIZED, PENDING, CANCELLED, PARTREFUNDED, REFUNDED]

    Transaction status.

    Example: PAYED

Header Parameters

    Authorization stringrequired

    Authentication token.

    Example: Bearer <token>

Responses​

Success in recovering transactions.

Schema

    originId string

    Billing ID

    transactions array

    Transactions associated with billing

    perPage integer

    Number of items per page

    currentPage integer

    Current page

    nextPage stringnullable

    Address to next page

    previousPage stringnullable

    Address to previous page

Loading...