Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Body Params application/json
{
"customer": "string",
"payment_method": "string"
}
Request Code Samples
curl --location --request GET 'https://apitest.wooshpay.com/v1/setup_intents/list' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"customer": "string",
"payment_method": "string"
}'
Responses
application/json
Modified at 2023-10-31 11:22:20