Skip to main content

Activate payment request

PATCH 

/api/payment_requests/:id/activate

Requires the PAYPAL OAuth scope. Finalize a draft payment request. This call creates the PayPal order and sends notifications when applicable.

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...