Payment

patch/payment-api/v1/Payment

Request body

pubKeystring required
paymentMethodIdstring nullable
paymentMethodType'Card' | 'EvyPay' | 'AliPay' | 'WeChatPay' | 'Giropay' | 'GooglePay' | 'ApplePay' | 'Tamara' | 'Przelewy24' | 'Ideal' | 'Sofort' | 'Bancontact' | 'Multibanco' | 'Eps' | 'AliPayCN' | 'PostFinance' | 'Paypal'
currencystring nullable
countrystring nullable
saveCardboolean
zipstring nullable
isFullOrderAmountPaidboolean
brandstring nullable
cardDesciptionstring nullable
forceAuthboolean nullable
paymentProviderType'Stripe' | 'CitiBank' | 'Checkout' | 'EvyPay' | 'Mpgs' | 'PayGate'
useZeroAmountboolean nullable
recurringPaymentboolean nullable
tokenDatastring nullable
userAgentstring nullable

Response

Success

status'RequiresPaymentMethod' | 'RequiresConfirmation' | 'RequiresAction' | 'Processing' | 'RequiresCapture' | 'Canceled' | 'Succeeded' | 'Scheduled' | 'PartialRefund' | 'Refund' | 'DisputedNeedsResponse' | 'DisputedUnderReview' | 'DisputedChargeRefunded' | 'DisputedWon' | 'DisputedLost' | 'DisputedCanceled' | 'DisputedExpired' | 'DisputedWarningClosed' | 'DisputedAccepted' | 'DisputedArbitrationSentToScheme' | 'DisputedEvidenceAcknowledgedByScheme' | 'DisputedEvidenceSubmitted' | 'DisputedResolved' | 'Voided' | 'DisputedEvidenceRequired' | 'DisputedArbitrationEvidenceSubmitted' | 'DisputedArbitrationWon' | 'DisputedArbitrationLost'
paymentType0 | 1 | 2 | 3 | 4
clientSecretstring nullable
paymentMethodExternalIdstring nullable
accountPublicKeystring nullable
accountIdstring nullable
confirmation3dsDevelopmentLinkstring nullable
metadata3dsstring nullable

Changes