POST /client/history/:document
/client/history/:document| Type | |
|---|---|
| transactionType | "deposit" or "withdraw" |
| merchant | merchant ID |
Use the cURL below to start testing:
curl --location '<API_BASE_URL>/client/history/:document' \
--header 'Content-Type: application/json' \
--header 'x-pixer-api-key: Api-Key <TOKEN>' \
--data '{
"transactionType": "withdraw" OR "deposit",
"merchant": "<MERCHANT_ID>"
}'
CPF for testing
Register of Individuals (CPF)
| List CPF KYC | Type | Description |
|---|---|---|
| 88700759074 | deposit | bloqueado |
| 37439400003 | deposit | ativo |
| 24584445044 | deposit | ativo |
| 29935843084 | withdrawal | bloqueado |
| 48167515052 | withdrawal | bloqueado |
| 41993329013 | withdrawal | ativo |