| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PayoutsPost201Response |
PayoutsApi.octCreatePayment(OctCreatePaymentRequest octCreatePaymentRequest)
Process a Payout
Send funds from a selected funding source to a designated credit/debit card account or a prepaid card using an Original Credit Transaction (OCT).
|
okhttp3.Call |
PayoutsApi.octCreatePaymentAsync(OctCreatePaymentRequest octCreatePaymentRequest,
ApiCallback<PtsV2PayoutsPost201Response> callback)
Process a Payout (asynchronously)
Send funds from a selected funding source to a designated credit/debit card account or a prepaid card using an Original Credit Transaction (OCT).
|
okhttp3.Call |
PayoutsApi.octCreatePaymentCall(OctCreatePaymentRequest octCreatePaymentRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for octCreatePayment
|
ApiResponse<PtsV2PayoutsPost201Response> |
PayoutsApi.octCreatePaymentWithHttpInfo(OctCreatePaymentRequest octCreatePaymentRequest)
Process a Payout
Send funds from a selected funding source to a designated credit/debit card account or a prepaid card using an Original Credit Transaction (OCT).
|
| Modifier and Type | Method and Description |
|---|---|
OctCreatePaymentRequest |
OctCreatePaymentRequest.clientReferenceInformation(Ptsv2payoutsClientReferenceInformation clientReferenceInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.merchantInformation(Ptsv2payoutsMerchantInformation merchantInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.orderInformation(Ptsv2payoutsOrderInformation orderInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.paymentInformation(Ptsv2payoutsPaymentInformation paymentInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.processingInformation(Ptsv2payoutsProcessingInformation processingInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.recipientInformation(Ptsv2payoutsRecipientInformation recipientInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.senderInformation(Ptsv2payoutsSenderInformation senderInformation) |
Copyright © 2020. All rights reserved.