24 actions ready for your AI

Connect Rebilly to your AI

Add your Rebilly key once and every AI you use can get customer collections, post customers and post tag customers through it.

Needs your API keyWorks today: paste the key from this app and your AI can use it. One-click sign-in is not built yet.

Not verified by us yet. Its actions come from Rebilly's own documented API, and we have not run them here yet.

Use your own Rebilly account. Credentials stay encrypted in ahel.

Tell me when ahel has verified Rebilly

What your AI can do with Rebilly

Choose a task and ask your AI.

Customer

  • Get customer collectionGET

    Retrieve a list of customers

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
    filter
    The collection items filter requires a special format.
  • Post customerPOST

    Create a customer (without an ID)

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    createdTime
    The customer created time.
    customFields
    Custom Fields list as a map {"custom field name": "custom field value", ...}. The format must follow the saved format (see Custom Fields section for the formats).
    lastPaymentTime
    The most recent time of an approved payment for the customer.
  • Get customer timeline collectionGET

    Retrieve a list of customer timeline messages

    idrequired
    The resource identifier string.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
  • Post customer timelinePOST

    Create a customer Timeline comment or custom defined event

    idrequired
    The resource identifier string.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    customData
    Timeline custom event data.
    customEventType
    Timeline custom event type.

Tag

  • Post tag customer collectionPOST

    Tag a list of customers

    tagrequired
    The tag name.
    customerIdsrequired
    The list of customer IDs.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
  • Delete tag customer collectionDELETE

    Untag a list of customers

    tagrequired
    The tag name.
    customerIdsrequired
    The list of customer IDs.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
  • Get tag collectionGET

    Retrieve a list of tags

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
    filter
    The collection items filter requires a special format.
  • Post tagPOST

    Create a tag

    namerequired
    The tag is unique name, which is case-insensitive.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    createdTime
    The tag's created time.
    updatedTime
    The tag's updated time.

Attachment

  • Get attachment collectionGET

    Retrieve a list of Attachments

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
    filter
    The collection items filter requires a special format.
  • Post attachmentPOST

    Create an Attachment

    fileIdrequired
    Linked File object id.
    relatedIdrequired
    Linked object Id.
    relatedTyperequired
    Linked object type.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).

Bank Account

  • Get bank account collectionGET

    Retrieve a list of bank accounts

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
    q
    The partial search of the text fields.
  • Post bank accountPOST

    Create a Bank Account

    bodyrequired
    The request body.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
Show 7 more groups

Blocklist

  • Get blocklist collectionGET

    Retrieve a list of blocklists

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
    sort
    The collection items sort field and order (prefix with "-" for descending sort).
  • Post blocklistPOST

    Create a blocklist

    typerequired
    The blocklist type.
    valuerequired
    The blocklist value.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    createdTime
    The blocklist created time.

File

  • Get file collectionGET

    Retrieve a list of files

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
    filter
    The collection items filter requires a special format.
  • Post filePOST

    Create a file

    bodyrequired
    The request body.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).

Kyc

  • Get kyc document collectionGET

    Retrieve a list of KYC documents

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
    filter
    The collection items filter requires a special format.
  • Post kyc documentPOST

    Create a KYC Document

    bodyrequired
    The request body.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).

Payment

  • Get payment card collectionGET

    Retrieve a list of Payment Cards

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
    filter
    The collection items filter requires a special format.
  • Post payment cardPOST

    Create a Payment Card

    bodyrequired
    The request body.
    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).

Transaction

  • Get transaction collectionGET

    Retrieve a list of transactions

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
    filter
    The collection items filter requires a special format.
  • Post transactionPOST

    Create a transaction

    amountrequired
    The transaction amount.
    currencyrequired
    customerIdrequired
    The customer identifier string.
    websiteIdrequired
    The website identifier string.
    typerequired
    The type of transaction requested.

Authentication

  • Get authentication token collectionGET

    Retrieve a list of auth tokens

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.

Coupon

  • Get coupon collectionGET

    Retrieve a list of coupons

    Organization-Id
    Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
    limit
    The collection items limit.
    offset
    The collection items offset.
    filter
    The collection items filter requires a special format.

Ask your AI

Try one of these requests with a connected AI.

  • Show me the customer collection in Rebilly
  • Post a customer in Rebilly
  • Post a tag customer collection in Rebilly
  • Delete a tag customer collection in Rebilly
  • Show me the transaction collection in Rebilly
  • Post a transaction in Rebilly

Rebilly MCP server, hosted by ahel

One hosted endpoint serves Rebilly. There is nothing to install and no local server to run.

Connect Rebilly to Claude, Claude Code, Cursor or Codex

  1. Add your Rebilly key. ahel stores it encrypted.
  2. Paste one link into your AI: https://mcp.ahel.ai (once, for every app).
  3. Ask for the work. Your AI picks the action and ahel runs it with your key.

Documentation

About Rebilly

Rebilly is a payments service. Connect your own key and your AI can get customer collections, post customers and post tag customers.

Rebilly over MCP: ahel serves Rebilly to Claude, Claude Code, Cursor and Codex as one hosted MCP endpoint. There is no local server to run. Add your Rebilly key once, paste one link into your AI, and the actions above are there.

Payments

Questions

Is my Rebilly key safe?

Your Rebilly key is sealed in ahel and added to the request server-side when your AI calls Rebilly. It never crosses the MCP link, no tool can read it back, and you can turn the app off or remove the key at any time.

Which AIs can use Rebilly through ahel?

Any MCP-capable AI: Claude, Claude Code, Codex, Cursor, VS Code and others. Paste one link, https://mcp.ahel.ai, into the AI once and everything in your gateway arrives through it.

What can my AI do with Rebilly?

24 actions today, covering customers, tags and attachments. Ask in plain language; your AI picks the action and ahel runs it with your key.

Does connecting Rebilly cost anything?

Connecting apps is free during ahel's early access. Free, Pro and Team all cost nothing today, and the pricing page lists what each one includes. Rebilly may bill you for API use under its own terms.