Skip to main content

Retrieve a single pay-in payment

GET 

/api/payin_transaction_details/:id

This API endpoint is your gateway to acquiring a wealth of information concerning an individual pay-in payment.

Request

Path Parameters

    id stringrequired

    PayinTransactionDetail identifier

Responses

OK - The request was processed successfully.

Schema
    id integer
    currency string
    amount string
    executionDate stringnull
    comment stringnull
    subType string

    Possible values: [pay_in, returned_payment]

    payerName stringnull
    qrReference stringnull
    isInstant boolean
Loading...