post https://sandbox-api.barte.com/v2/subscriptions
Deve criar uma assinatura e retornar a mesma caso todos os parâmetros sejam informados corretamente.
Log in to see full request history
Responses
Deve criar uma assinatura e retornar a mesma caso todos os parâmetros sejam informados corretamente.
xxxxxxxxxx
14curl --request POST \
--url https://sandbox-api.barte.com/v2/subscriptions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"basicValue": {
"type": "MONTHLY"
},
"payment": {
"method": "PIX"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: