cURL
curl --request POST \ --url https://api.satsuma.ai/payment-method/setup-intent \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "merchant_id": "<string>" } '
{ "data": { "url": "<string>" }, "messages": [ { "context": "<string>", "level": "Information", "text": "<string>", "data": {} } ] }
Create a checkout session for collecting payment methods for the organization
API Key authentication
Request to create a setup intent checkout session
Merchant identifier
Created
Checkout session response data
Show child attributes