Payment Service Impl
Functions
Link copied to clipboard
open override fun create(params: PaymentCreateParams, requestOptions: RequestOptions): PaymentCreateResponse
Initiates a payment between a financial account and an external bank account.
Link copied to clipboard
List all the payments for the provided search criteria.
Link copied to clipboard
open fun retrieve(paymentToken: String, params: PaymentRetrieveParams = PaymentRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): Payment
Get the payment by token.
Link copied to clipboard
open override fun retry(params: PaymentRetryParams, requestOptions: RequestOptions): PaymentRetryResponse
open fun retry(paymentToken: String, params: PaymentRetryParams = PaymentRetryParams.none(), requestOptions: RequestOptions = RequestOptions.none()): PaymentRetryResponse
Retry an origination which has been returned.
Link copied to clipboard
open fun simulateAction(paymentToken: String, params: PaymentSimulateActionParams, requestOptions: RequestOptions = RequestOptions.none()): PaymentSimulateActionResponse
Simulate payment lifecycle event
open override fun simulateAction(params: PaymentSimulateActionParams, requestOptions: RequestOptions): PaymentSimulateActionResponse
Link copied to clipboard
open override fun simulateReceipt(params: PaymentSimulateReceiptParams, requestOptions: RequestOptions): PaymentSimulateReceiptResponse
Simulates a receipt of a Payment.
Link copied to clipboard
open override fun simulateRelease(params: PaymentSimulateReleaseParams, requestOptions: RequestOptions): PaymentSimulateReleaseResponse
Simulates a release of a Payment.
Link copied to clipboard
open override fun simulateReturn(params: PaymentSimulateReturnParams, requestOptions: RequestOptions): PaymentSimulateReturnResponse
Simulates a return of a Payment.
Link copied to clipboard
Returns a view of this service with the given option modifications applied.
Link copied to clipboard
Returns a view of this service that provides access to raw HTTP responses for each method.