post https://api.abacatepay.com/v1/billing/create
Permite que você crie um link de cobrança pro seu cliente pagar você.
Log in to see full request history
Responses
Permite que você crie um link de cobrança pro seu cliente pagar você.
xxxxxxxxxx
12curl --request POST \
--url https://api.abacatepay.com/v1/billing/create \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"frequency": "ONE_TIME",
"methods": [
"PIX"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: