BASICS
- All URL's on this Documentation are for the Sandbox.
- Production url don't have prefix "sandbox". (Example: https://api.moneypipe.com/v1/rates)
- POST or PUT requests should have Content-Type "application/json"
- "Authorization: Bearer {token}" header is used for authentication.
Operation statuses:
Status
|
Name |
0 |
New |
1 |
Successful |
2 |
Failed |
3 |
Expired |
4 |
Canceled |
5 |
Processed |
Transaction statuses:
Status | Name |
1 |
Confirmed |
2 |
Undefined |
4 |
Rejected |
Vouchers statuses:
Status | Name |
0 |
New |
1 |
Successful |
2 |
Cancelled |
3 |
Expired |