Skip to main content

Retrieve a single payment request

GET 

/api/payment_requests/:id

Requires the PAYPAL OAuth scope. Retrieve details for a payment request created by your business partner.

Request

Path Parameters

    id stringrequired

    PaymentRequest identifier

Responses

OK - The request was processed successfully.

Schema
    id integer
    contactId integer
    currencyCode string
    amount string
    invoiceReference stringnull
    invoiceDate stringnull
    dueDate stringnull
    message stringnull
    reminderEnabled boolean
    tagIds integer[]
    email stringnull
    pending boolean

    Default value: true

    draft boolean
    hash string
    paymentPageUrl stringnull
Loading...