About Payment API
Payment API
Integration
There is an example to consume the API, or click here to follow the full documentation.
- Payload
- curl
- PHP
- Java
- Node.js
- C#
- Python
application/json
{- "request_info": {
- "payment_type": "pix_bar_code",
- "cpf_cnpj": "998191772000"
}, - "installments_id": [
- "12345678910",
- "12345674784"
]
}Document historic
| Version | Data | Notes |
|---|---|---|
| 1.0 | 2022-06-20 | First version |
| 1.1 | 2022-07-25 | Removed 'data' from payload request. |
| 1.2 | 2022-07-29 | Refactor on api_version to 'x.y.z' where x,y e z are integers. Renamed header mova_client_id to mova-client-id. schemas adjusted |
| 1.3 | 2022-08-05 | Added production url. Adjusted message 403. |
| 1.4 | 2022-08-10 | Renamed Schemas to english, except WebHooks to english. Alteração exemplo details erro 422. Removed objects on payload 'api_version','transaction_id' an 'data' of webhooks |
| 1.5 | 2022-09-05 | Adjusted on schema 'error' |