Create a new payment link
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Create a new payment link
"INV-123"
12055
Percent (0-100) of the card processing fee passed through to the payer for this payment link; the remainder is absorbed by your organization. Omit to inherit the customer/organization setting.
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 inherit the organization setting.
true
Whether the payer can pay this link by ACH/bank transfer. Set to false to disable ACH payments for this link. Omit to inherit the organization setting.
true
Whether the payer can edit the payment amount at checkout. Omit to inherit the organization default.
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
