| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultApi.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).
|
com.squareup.okhttp.Call |
DefaultApi.octCreatePaymentAsync(OctCreatePaymentRequest octCreatePaymentRequest,
ApiCallback<Void> 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).
|
com.squareup.okhttp.Call |
DefaultApi.octCreatePaymentCall(OctCreatePaymentRequest octCreatePaymentRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for octCreatePayment
|
ApiResponse<Void> |
DefaultApi.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(InlineResponse201ClientReferenceInformation clientReferenceInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.merchantInformation(V2payoutsMerchantInformation merchantInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.orderInformation(V2payoutsOrderInformation orderInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.paymentInformation(V2payoutsPaymentInformation paymentInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.processingInformation(V2payoutsProcessingInformation processingInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.recipientInformation(V2payoutsRecipientInformation recipientInformation) |
OctCreatePaymentRequest |
OctCreatePaymentRequest.senderInformation(V2payoutsSenderInformation senderInformation) |
Copyright © 2018. All rights reserved.