Stripe over usage autopay payment (test)
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request samples
curl --location --request POST 'http://localhost:8080/v1/organization/subscribe/payment-methods/stripe/over-usage-auto-pay' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json Modified at 2024-08-07 09:37:15