Strictly / PayWithZero Public API
deprecatednumbernumberstring · requiredintegerintegerinteger
API get list of PaymentLink
GET
https://api.paywithzero.net/v1
/v1/public/payment-link
DEPRECATED — use GET /public/202104/payment-link instead. Returns paginated payment links.
query Parameters
pagePage number for paginating
limitLimit items per page
Headers
authorizationAPI get list of PaymentLink › Responses
200
Paginated payment links (deprecated format).
object[]
totalpagelimitdeprecatedstring · requirednumber · requiredstring[]booleanbooleanstring[]boolean
Create payment link
POST
https://api.paywithzero.net/v1
/v1/public/payment-link
DEPRECATED — use POST /public/202104/payment-link instead. customValues keys must be pre-configured in the merchant setup. Optionally include showBilling, showShipping, taxes, and attachments.
Headers
authorizationCreate payment link › Request Body
amountPay amount
taxesTaxes amount or list of taxes
showBillingShow Billing
showShippingShow Shipping
object[]
custom values data
attachmentsAttachments
applyDiscountA discount may be applied to this payment link. If applicable, a discount of {%} will be deducted from credit card payments.
Create payment link › Responses
Payment link created (deprecated format).
No data returned
deprecated
deprecated
deprecated
Upload payment link attachments
POST
https://api.paywithzero.net/v1
/v1/public/payment-link/upload-attachments