this repo has no description
1POST http://localhost:8000/payments
2Content-Type: application/json
3{
4 "amount": 10000,
5 "currency": "BRL",
6 "description": "Pagamento do Pix",
7 "paymentType": "card",
8 "card": {
9 "number": "0000 0000 0000 0000",
10 "holderName": "Teste Teste",
11 "cvv": "123",
12 "expirationDate": "12/2345",
13 "installments": 1
14 }
15}