Rapyd-API
Number of APIs: 144
Integrating the Rapyd Collection
Create a fork to a personal collection that enables you to save your modified requests.
Verify that the ‘Watch original selection’ checkbox is selected.
Create a fork of the RapydSB openAPI environment.
Enter rapydaccesskey and rapydsecretkey variable values to the Rapyd forked environment as displayed in the screenshot.
Save the forked environment and then select it.
Test the forked collection by running the ‘List Countries’ request that is in the Data > Countries folder.
Changelog
Nov 19, 2023 - This version includes Hosted and Verify methods in addition to the previously included methods.
Aug 28, 2023 - GA version with the full Rapyd API coverage excluding Rapyd Hosted checkout page API calls.
Jul 25, 2023 - Beta version includes these objects: address, customer, data, payment_method, and rate objects.
-
v1-data-currencies - List Currencies GET {{baseUrl}}/v1/data/currencies
-
v1-refunds-complete - Complete Refund POST {{baseUrl}}/v1/refunds/complete
-
v1-skus-{skuId} - Retrieve SKU. POST {{baseUrl}}/v1/skus/:skuId
-
v1-payout_methods - List Payout Method Types GET {{baseUrl}}/v1/payout_methods?sender_entity_type=<string>&beneficiary_country=<string>&payout_currency=<string>&sender_currency=<string>&sender_country=<string>&beneficiary_entity_type=<string>&category=<string>&is_cancelable=<boolean>&is_location_specific=<boolean>&is_expirable=<boolean>&starting_after=<string>&ending_before=<string>&limit=<string>
-
v1-skus-{skuId} - Retrieve SKU. GET {{baseUrl}}/v1/skus/:skuId
-
v1-products-{products_id} - Retrieve Product GET {{baseUrl}}/v1/products/:products_id
-
v1-payment_methods-countries-{countryId} - Retrieve a list of all payment methods available for a country GET {{baseUrl}}/v1/payment_methods/countries/:countryId?currency=KGS
-
v1-ewallets-{walletId}-transactions-{transactionId} - Get Details of Wallet Transaction GET {{baseUrl}}/v1/ewallets/:walletId/transactions/:transactionId
-
v1-customers-{customerId}-payment_methods-{pmtId} - Update payment method for customer POST {{baseUrl}}/v1/customers/:customerId/payment_methods/:pmtId
-
v1-payouts-sender - Create Sender POST {{baseUrl}}/v1/payouts/sender