Picker stripePay API
The stripePay API from Picker — 10 operation(s) for stripepay.
The stripePay API from Picker — 10 operation(s) for stripepay.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/picker-stripepay-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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: 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