Retrieves available payment methods for a specific payout amount and currency.
The order in which the payment methods are displayed to the customer must be the same as the order in the response.
The list of payment methods is generated from available gateway accounts and the last matched adjust-ready-to-payout action on the ready-to-payout-requested event. If no rules match for the specific request, all methods supported by the gateway accounts are sent.
To invert this behavior, place all matching rules at the end of the ready-to-payout-requested event in the rules engine, and include an empty paymentMethods property for the adjust-ready-to-payout action.
For more information, see Update event rules and Gateway accounts.
ID of the website. A website is where an organization obtains a customer. For more information, see Obtain an organization ID and website ID.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/storefront/ready-to-payout
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/storefront/ready-to-payout
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/storefront/ready-to-payout
- HttpHeaders
- null
curl -i -X POST \
https://www.rebilly.com/_mock/catalog/all/storefront/ready-to-payout \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG",
"billingAddress": {
"firstName": "Benjamin",
"lastName": "Franklin",
"organization": "Rebilly",
"address": "36 Craven St",
"address2": "string",
"city": "Austin",
"region": "Texas",
"country": "GB",
"postalCode": "WC2N 5NF",
"phoneNumbers": [
{
"label": "main",
"value": "1-512-777-0269",
"primary": true
}
],
"emails": [
{
"label": "main",
"value": "rebilly@example.com",
"primary": true
}
],
"dob": "1980-04-01",
"jobTitle": "CEO"
},
"riskMetadata": {
"ipAddress": "93.92.91.90",
"fingerprint": "pIUt3xbgX3l9g3YDiLbx",
"httpHeaders": {
"Content-Type": "application/json",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
},
"browserData": {
"colorDepth": 24,
"isJavaEnabled": true,
"language": "en-US",
"screenWidth": 1920,
"screenHeight": 1080,
"timeZoneOffset": 300,
"isAdBlockEnabled": true
},
"extraData": {
"kountFraudSessionId": "abcdefg12345abababab123456789012",
"payPalMerchantSessionId": "dd65ratxc5qv15iph3vyoq7l6davuowa",
"threatMetrixSessionId": "dd65ratxc5qv15iph3vyoq7l6davuowadd65ratxc5qv15iph3vyoq7l6davuowa"
}
},
"currency": "USD",
"amount": 0.1
}'Payment methods retrieved.
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
For the method to be applicable, one or more of the following filters must match. If no filters are sent, no restrictions are applied. For more information, see Using filters.
- payment-card
- ach
- cash
- check
- paypal
- AdvCash
- Alfa-click
- Alipay
- AstroPay Card
- AstroPay-GO
- BankReferenced
- bank-transfer
- bank-transfer-2
- bank-transfer-3
- bank-transfer-4
- bank-transfer-5
- bank-transfer-6
- bank-transfer-7
- bank-transfer-8
- bank-transfer-9
- Baloto
- Beeline
- Belfius-direct-net
- bitcoin
- Bizum
- Boleto
- cash-deposit
- CASHlib
- CashToCode
- China UnionPay
- Cleo
- CODVoucher
- Conekta-oxxo
- Cupon-de-pagos
- cryptocurrency
- domestic-cards
- echeck
- ecoPayz
- ecoVoucher
- Efecty
- EPS
- ePay.bg
- eZeeWallet
- FasterPay
- Flexepin
- Giropay
- Gpaysafe
- Google Pay
- iDebit
- iDEAL
- ING-homepay
- INOVAPAY-pin
- INOVAPAY-wallet
- InstaDebit
- instant-bank-transfer
- InstantPayments
- Interac
- Interac-online
- Interac-eTransfer
- invoice
- iWallet
- Jeton
- jpay
- Khelocard
- Klarna
- KNOT
- loonie
- Matrix
- MaxiCash
- Megafon
- MiFinity-eWallet
- miscellaneous
- Bancontact
- Bancontact-mobile
- MTS
- MuchBetter
- Multibanco
- Neosurf
- Netbanking
- Neteller
- Nordea-Solo
- OchaPay
- online-bank-transfer
- Onlineueberweisen
- oriental-wallet
- OXXO
- P24
- Pagadito
- PagoEffectivo
- Pagsmile-deposit-express
- Pagsmile-lottery
- PayCash
- Payeer
- PaymentAsia-crypto
- Paymero
- Perfect-money
- Piastrix
- plaid-account
- PayTabs
- Paysafecard
- Paysafecash
- Pay4Fun
- Paynote
- PinPay
- PIX
- phone
- PhonePe
- POLi
- PostFinance-card
- PostFinance-e-finance
- QIWI
- QPay
- QQPay
- rapyd-checkout
- Resurs
- SafetyPay
- SEPA
- Skrill
- Skrill Rapid Transfer
- SMSVoucher
- Sofort
- SparkPay
- swift-dbt
- Tele2
- Terminaly-RF
- ToditoCash-card
- Trustly
- UPayCard
- UPI
- USD-coin
- VCreditos
- VegaWallet
- VenusPoint
- voucher
- voucher-2
- voucher-3
- voucher-4
- Webmoney
- Webpay
- Webpay-2
- Webpay Card
- WeChat Pay
- wire
- XPay-P2P
- XPay-QR
- Yandex-money
- Zotapay
- Zimpler
{ "method": "payment-card", "feature": { "requiresSetupTransaction": true }, "brands": [ "Visa" ], "filters": [ "string" ] }