Picker stripePay API

The stripePay API from Picker — 10 operation(s) for stripepay.

Operations 10

GET /stripe/checkUniqueCard Check Unique Card For Customer #
PUT /stripe/fullyRefundAmount Refund Full Amount #
PUT /stripe/makeChargeForHoldPayment Make charge for hold payment #
PUT /stripe/makeHoldPayment Make Hold Payment #
PUT /stripe/partialRefundAmount Refund Partial Amount #
PUT /stripe/updateDefaultCard Update Default Card For Customer #
POST /stripe/chargeCreditCard Charge Amount From Card #
POST /stripe/createStripeCustomer Create Customer For Stripe #
POST /stripe/makePayment Make Payment From Stripe #
DELETE /stripe/deleteCard Delete Card For Customer #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/picker-stripepay-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

picker-stripepay-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Picker Production Documentation accounting Stripe Pay API
  version: V1.0.0
  contact:
    name: RV
    email: rachit.verma@nextjuggernaut.com
servers:
- url: http://api.pickerexpress.com/
tags:
- name: stripePay
paths:
  /stripe/checkUniqueCard:
    get:
      summary: Check Unique Card For Customer
      operationId: getStripeCheckuniquecard
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      - name: cardToken
        in: query
        required: true
        schema:
          type: string
      tags:
      - stripePay
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
  /stripe/fullyRefundAmount:
    put:
      summary: Refund Full Amount
      operationId: putStripeFullyrefundamount
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      tags:
      - stripePay
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                chargeId:
                  type: string
              required:
              - chargeId
  /stripe/makeChargeForHoldPayment:
    put:
      summary: Make charge for hold payment
      operationId: putStripeMakechargeforholdpayment
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      tags:
      - stripePay
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                chargeId:
                  type: string
                amount:
                  type: string
              required:
              - chargeId
              - amount
  /stripe/makeHoldPayment:
    put:
      summary: 'Make Hold Payment '
      operationId: putStripeMakeholdpayment
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      tags:
      - stripePay
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                description:
                  type: string
                amountToCharge:
                  type: string
                stripeCustomerId:
                  type: string
                cardId:
                  type: string
              required:
              - description
              - amountToCharge
              - stripeCustomerId
              - cardId
  /stripe/partialRefundAmount:
    put:
      summary: Refund Partial Amount
      operationId: putStripePartialrefundamount
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      tags:
      - stripePay
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                chargeId:
                  type: string
                amount:
                  type: string
              required:
              - chargeId
              - amount
  /stripe/updateDefaultCard:
    put:
      summary: Update Default Card For Customer
      operationId: putStripeUpdatedefaultcard
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      tags:
      - stripePay
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                stripeCustomerId:
                  type: string
                cardId:
                  type: string
              required:
              - stripeCustomerId
              - cardId
  /stripe/chargeCreditCard:
    post:
      summary: Charge Amount From Card
      operationId: postStripeChargecreditcard
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      tags:
      - stripePay
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Model_74'
  /stripe/createStripeCustomer:
    post:
      summary: Create Customer For Stripe
      operationId: postStripeCreatestripecustomer
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      tags:
      - stripePay
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                cardTokenToCharge:
                  type: string
                email:
                  type: string
              required:
              - cardTokenToCharge
              - email
  /stripe/makePayment:
    post:
      summary: Make Payment From Stripe
      operationId: postStripeMakepayment
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      tags:
      - stripePay
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                stripeCustomerId:
                  type: string
                amountToCharge:
                  type: string
                cardId:
                  type: string
                currency:
                  type: string
              required:
              - stripeCustomerId
              - amountToCharge
              - cardId
  /stripe/deleteCard:
    delete:
      summary: Delete Card For Customer
      operationId: deleteStripeDeletecard
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      tags:
      - stripePay
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                stripeCustomerId:
                  type: string
                cardId:
                  type: string
              required:
              - stripeCustomerId
              - cardId
components:
  schemas:
    Model_74:
      type: object
      properties:
        stripeCustomerId:
          type: string
        amount:
          type: string
        currency:
          type: string
        userId:
          type: string
      required:
      - stripeCustomerId
      - amount