| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PblPaymentLinksPost201Response |
PaymentLinksApi.createPaymentLink(CreatePaymentLinkRequest createPaymentLinkRequest)
Create a Payment Link
Pay by Link is an easy and fast way to securely sell products or receive donations online.
|
PblPaymentLinksPost201Response |
PaymentLinksApi.updatePaymentLink(String id,
UpdatePaymentLinkRequest updatePaymentLinkRequest)
Update a Payment Link
You can update all information except the payment link number for a payment link.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PblPaymentLinksPost201Response> |
PaymentLinksApi.createPaymentLinkWithHttpInfo(CreatePaymentLinkRequest createPaymentLinkRequest)
Create a Payment Link
Pay by Link is an easy and fast way to securely sell products or receive donations online.
|
ApiResponse<PblPaymentLinksPost201Response> |
PaymentLinksApi.updatePaymentLinkWithHttpInfo(String id,
UpdatePaymentLinkRequest updatePaymentLinkRequest)
Update a Payment Link
You can update all information except the payment link number for a payment link.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
PaymentLinksApi.createPaymentLinkAsync(CreatePaymentLinkRequest createPaymentLinkRequest,
ApiCallback<PblPaymentLinksPost201Response> callback)
Create a Payment Link (asynchronously)
Pay by Link is an easy and fast way to securely sell products or receive donations online.
|
okhttp3.Call |
PaymentLinksApi.updatePaymentLinkAsync(String id,
UpdatePaymentLinkRequest updatePaymentLinkRequest,
ApiCallback<PblPaymentLinksPost201Response> callback)
Update a Payment Link (asynchronously)
You can update all information except the payment link number for a payment link.
|
| Modifier and Type | Method and Description |
|---|---|
PblPaymentLinksPost201Response |
PblPaymentLinksPost201Response.id(String id) |
PblPaymentLinksPost201Response |
PblPaymentLinksPost201Response.links(PblPaymentLinksPost201ResponseLinks links) |
PblPaymentLinksPost201Response |
PblPaymentLinksPost201Response.orderInformation(PblPaymentLinksPost201ResponseOrderInformation orderInformation) |
PblPaymentLinksPost201Response |
PblPaymentLinksPost201Response.processingInformation(Iplv2paymentlinksProcessingInformation processingInformation) |
PblPaymentLinksPost201Response |
PblPaymentLinksPost201Response.purchaseInformation(PblPaymentLinksPost201ResponsePurchaseInformation purchaseInformation) |
PblPaymentLinksPost201Response |
PblPaymentLinksPost201Response.status(String status) |
PblPaymentLinksPost201Response |
PblPaymentLinksPost201Response.submitTimeUtc(String submitTimeUtc) |
Copyright © 2026. All rights reserved.