| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PblPaymentLinksPost201Response |
PaymentLinksApi.createPaymentLink(CreatePaymentLinkRequest createPaymentLinkRequest)
Create a Payment Link
Create a new payment link.
|
PblPaymentLinksPost201Response |
PaymentLinksApi.updatePaymentLink(String id,
UpdatePaymentLinkRequest updatePaymentLinkRequest)
Update a Payment Link
You can update all information except the payment link number until any payment is received for a payment link.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PblPaymentLinksPost201Response> |
PaymentLinksApi.createPaymentLinkWithHttpInfo(CreatePaymentLinkRequest createPaymentLinkRequest)
Create a Payment Link
Create a new payment link.
|
ApiResponse<PblPaymentLinksPost201Response> |
PaymentLinksApi.updatePaymentLinkWithHttpInfo(String id,
UpdatePaymentLinkRequest updatePaymentLinkRequest)
Update a Payment Link
You can update all information except the payment link number until any payment is received for a payment link.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
PaymentLinksApi.createPaymentLinkAsync(CreatePaymentLinkRequest createPaymentLinkRequest,
ApiCallback<PblPaymentLinksPost201Response> callback)
Create a Payment Link (asynchronously)
Create a new payment link.
|
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 until any payment is received 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 © 2025. All rights reserved.