Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 387 Bytes

update-payment-link-request.md

File metadata and controls

26 lines (18 loc) · 387 Bytes

Update Payment Link Request

Structure

UpdatePaymentLinkRequest

Fields

Name Type Tags Description
paymentLink PaymentLink Required -

Example (as JSON)

{
  "payment_link": {
    "checkout_options": {
      "ask_for_shipping_address": true
    },
    "version": 1
  }
}