HT Partner API
  1. Clients
HT Partner API
  • Orders
    • Retrieve all orders
      GET
    • Order count by tag
      GET
    • Create order
      POST
  • Clients
    • Create client
      POST
    • Retrieve client
      GET
    • Update client
      PUT
    • Create setup intent
      POST
    • Create ephemeral key
      POST
  1. Clients

Create setup intent

Developing
Staging
https://apis.hellotech.com
Staging
https://apis.hellotech.com
POST
/api/partners/clients/{id}/setup_intent
Clients

Request

Authorization
Add parameter in header
Api-Key
Example:
Api-Key: ********************
Path Params
id
string 
required
Client ID

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apis.hellotech.com/api/partners/clients//setup_intent' \
--header 'Api-Key;'

Responses

🟢200Setup intent object
application/json
Body
stripe_customer_id
string 
optional
The unique identifier of the Stripe customer.
client_secret
string 
optional
The setup intent id.
Example
{
    "stripe_customer_id": "string",
    "client_secret": "string"
}
🟠400Error response
🟠404Error response
Modified at 2024-08-28 14:34:09
Previous
Update client
Next
Create ephemeral key
Built with