cURL
curl --request POST \ --url https://public-api-prod.paguebit.com/api-public/payments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount": 1502.5 } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
5 <= x <= 3000
Pagamento criado com sucesso
Was this page helpful?