Methods |
public
|
processPayment(ApiPaymentRequest $body, CallContext|null $callContext = null): ApiPaymentResponse
Resource /processing/v1/{acquirerId}/{merchantId}/payments - Create payment
Resource /processing/v1/{acquirerId}/{merchantId}/payments - Create payment
Throws
|
#
|
public
|
getPaymentStatus(
string $paymentId,
GetPaymentStatusParams $query,
CallContext|null $callContext = null,
): ApiPaymentResource
Resource /processing/v1/{acquirerId}/{merchantId}/payments/{paymentId} - Retrieve payment
Resource /processing/v1/{acquirerId}/{merchantId}/payments/{paymentId} - Retrieve payment
Throws
|
#
|
public
|
simpleCaptureOfPayment(
string $paymentId,
ApiCaptureRequest $body,
CallContext|null $callContext = null,
): ApiActionResponse
Resource /processing/v1/{acquirerId}/{merchantId}/payments/{paymentId}/captures - Capture payment
Resource /processing/v1/{acquirerId}/{merchantId}/payments/{paymentId}/captures - Capture payment
Throws
|
#
|
public
|
reverseAuthorization(
string $paymentId,
ApiPaymentReversalRequest $body,
CallContext|null $callContext = null,
): ApiReversalResponse
Resource /processing/v1/{acquirerId}/{merchantId}/payments/{paymentId}/authorization-reversals - Reverse authorization
Resource /processing/v1/{acquirerId}/{merchantId}/payments/{paymentId}/authorization-reversals - Reverse authorization
Throws
|
#
|
public
|
incrementPayment(
string $paymentId,
ApiIncrementRequest $body,
CallContext|null $callContext = null,
): ApiIncrementResponse
Resource /processing/v1/{acquirerId}/{merchantId}/payments/{paymentId}/increments - Increment authorization
Resource /processing/v1/{acquirerId}/{merchantId}/payments/{paymentId}/increments - Increment authorization
Throws
|
#
|
public
|
createRefund(
string $paymentId,
ApiPaymentRefundRequest $body,
CallContext|null $callContext = null,
): ApiActionResponseForRefund
Resource /processing/v1/{acquirerId}/{merchantId}/payments/{paymentId}/refunds - Refund payment
Resource /processing/v1/{acquirerId}/{merchantId}/payments/{paymentId}/refunds - Refund payment
Throws
|
#
|