rebilly.com

Introduction The Rebilly API is built on HTTP. Our API is RESTful. It has predictable resource URLs. It returns HTTP response codes to indicate errors. It also accepts and returns JSON in the HTTP body. You can use your favorite HTTP/REST library for your programming language to use Rebilly's

🔑 bearer 184 endpoints paymentecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (6 total)

rebilly-js-sdk ✓ Official
npm install rebilly-js-sdk
gem install rebilly-sdk-ruby
Rebilly-NET-SDK ✓ Official
dotnet add package Rebilly-NET-SDK
openapi-php ✓ Official
composer require openapi-php
rebilly-php ✓ Official
composer require rebilly-php
integration-demo ✓ Official
# See https://github.com/Rebilly/integration-demo
curl examples
Search PEP/Sanctions/Adverse Media lists
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api-sandbox.rebilly.com/aml
Retrieve a list of tags
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api-sandbox.rebilly.com/tags
Retrieve a list of files
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api-sandbox.rebilly.com/files
Endpoints (184 total)
GET
/aml
Search PEP/Sanctions/Adverse Media lists
GET
/tags
Retrieve a list of tags
GET
/files
Retrieve a list of files
GET
/plans
Retrieve a list of plans
GET
/search
Search merchant data
GET
/tokens
Retrieve a list of tokens
GET
/coupons
Retrieve a list of coupons
GET
/3dsecure
Retrieve a list of ThreeDSecure entries
GET
/disputes
Retrieve a list of disputes
GET
/invoices
Retrieve a list of invoices
GET
/products
Retrieve a list of products
GET
/customers
Retrieve a list of customers
At a glance
Total SDKs6
Languages5
Endpoints184
Authbearer
Categories2
https://api-sandbox.rebilly.com