You need a Rate Code first: In order to create an order, you need to provide a Rate Code, this Rate will contain information about the amounts and currencies for the Order.
Find required fields to create an Order
Create an Order
Before creating a new Order, you must know what sender and receiver details fields are required for a pair of currencies. Both (sender and receiver) might need personDetails, financialDetails and orderDetails.
Get an Order by ID
Get all orders for the user
Cancel an Order by ID
Find a Order by ID
get
Authorizations
Path parameters
idnumberRequired
Responses
200
The found Order
application/json
401
Unauthorized
500
Internal server error
get
GET /order/{id} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*