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 stringnullable
    invoiceDate stringnullable
    dueDate stringnullable
    message stringnullable
    reminderEnabled boolean
    tagIds integer[]
    email stringnullable
    pending boolean

    Default value: true

    draft boolean
    hash string
    paymentPageUrl stringnullable
Loading...