Update an existing payment link
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of paymentLink to return
Body
Update an existing payment link
12055
"INV-123"
Percent (0-100) of the card processing fee passed through to the payer for this payment link. Set to null to clear the per-link override so the link inherits the customer/organization setting. Omit to leave unchanged.
0 <= x <= 100100
Whether the payer can pay this link by credit card. Set to false to disable card payments for this link. Omit to leave unchanged.
true
Whether the payer can pay this link by ACH/bank transfer. Set to false to disable ACH payments for this link. Omit to leave unchanged.
true
Whether the payer can edit the payment amount at checkout. Omit to leave unchanged.
false
Response
Successful operation
"clkqzo2y1000cx9tfohoiodq1"
12055
"INV-123"
"ACTIVE"
"https://nickel.nickelpayments.com/pay/Ahndhz"
Present only when a customer is associated with the payment link. May be omitted from the response entirely.
Percent (0-100) of the card processing fee passed through to the payer for this payment link. null means no per-link override (the customer/organization setting applies).
100
Whether the payer can pay this link by credit card. null means no per-link override (the organization setting applies).
true
Whether the payer can pay this link by ACH/bank transfer. null means no per-link override (the organization setting applies).
true
Whether the payer can edit the payment amount at checkout.
false
