| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.payouts |
| Modifier and Type | Method and Description |
|---|---|
PayoutResponse |
WebhooksEvent.getPayout() |
PayoutResponse |
PayoutResponse.withId(String value) |
PayoutResponse |
PayoutResponse.withPayoutOutput(PayoutOutput value) |
PayoutResponse |
PayoutResponse.withStatus(String value)
Current high-level status of the payout in a human-readable form.
|
PayoutResponse |
PayoutResponse.withStatusOutput(PayoutStatusOutput value) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebhooksEvent.setPayout(PayoutResponse payout) |
| Modifier and Type | Method and Description |
|---|---|
PayoutResponse |
PayoutsClient.createPayout(CreatePayoutRequest body)
Resource /v2/{merchantId}/payouts
- Create payout
|
PayoutResponse |
PayoutsClientInterface.createPayout(CreatePayoutRequest body)
Resource /v2/{merchantId}/payouts
- Create payout
|
PayoutResponse |
PayoutsClient.createPayout(CreatePayoutRequest body,
CallContext context)
Resource /v2/{merchantId}/payouts
- Create payout
|
PayoutResponse |
PayoutsClientInterface.createPayout(CreatePayoutRequest body,
CallContext context)
Resource /v2/{merchantId}/payouts
- Create payout
|
PayoutResponse |
PayoutsClient.getPayout(String payoutId)
Resource /v2/{merchantId}/payouts/{payoutId}
- Get payout
|
PayoutResponse |
PayoutsClientInterface.getPayout(String payoutId)
Resource /v2/{merchantId}/payouts/{payoutId}
- Get payout
|
PayoutResponse |
PayoutsClient.getPayout(String payoutId,
CallContext context)
Resource /v2/{merchantId}/payouts/{payoutId}
- Get payout
|
PayoutResponse |
PayoutsClientInterface.getPayout(String payoutId,
CallContext context)
Resource /v2/{merchantId}/payouts/{payoutId}
- Get payout
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.