curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/payments/reno/payment-intents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "year-starter"
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/payments/reno/payment-intents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "year-starter"
}
'Was this page helpful?