Create a Transaction
You can use this method to create a transaction from your application or interface. This method receives and retains value payment data for a period defined in the “ttl” key and returns a transaction identifier with no sensitive data.
POST /V1/request
curl -X POST https://api.firstoken.co/transactions/requests
-H 'x-api-key: YOUR_API_KEY'
-H "Content-Type: application/json"
Last updated
Was this helpful?