{"info":{"_postman_id":"9091bcb8-208d-4987-a0ac-1bd8021f7827","name":"PayLite Payment APIs","description":"<html><head></head><body><p>The PayLite Payment APIs is a single point to access multiple payment gateway and processor APIs. Our list of providers is growing constantly and you can request a specific payment gateway by contacting us. Painlessly access one or more processors with built in redundancy to swtich providers should service be interrupt with your primary.\nBank Grade Security and Compliance with 256-bit encryption, PCI DDS 1 Compliance.</p>\n<p>Managing multiple payment provider APIs is a lot of work, on its own. Then factor in all the code it takes to leverage the services from each one. That what we do, so you don't have to!</p>\n<ul>\n<li>Accept Debit, Credit, and ACHs</li>\n<li>Access to real-time payment data - Compile and view transactions, history, and graphs all in one location</li>\n<li>Work with Authoize.net, Stripe, Amazon Payments, PayPal and many more</li>\n<li>Recurring and one-time payment options</li>\n<li>Fully integrated payment platform</li>\n</ul>\n<p>Our platform was designed from day one with the enterprise in mind. PayLite offers built-in disaster recovery, high availability, and redundant load balancing infrastructure. Now the smallest startup can have access to best tech at no additional cost. </p>\n<p>Signup Here: <a href=\"https://www.paylite.net/payment.html\">https://www.paylite.net/payment.html</a></p>\n<p>Payment Gateway Supported: Authoize.net, Stripe, Amazon Payments, PayPal, Forte, Helcim</p>\n<p>Questions or Help or Request Another Service? <a href=\"mailto:support@paylite.net\">support@paylite.net</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2187342","collectionId":"9091bcb8-208d-4987-a0ac-1bd8021f7827","publishedId":"RVnbAxX3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-06-07T13:35:39.000Z"},"item":[{"name":"CreditCard","item":[{"name":"Charge","id":"c224307f-d568-4e46-b8f7-7f39db792ffb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"CardNumber\" : \"Credit card number\",\r\n  \"CardExpirationMonth\" : \"Month in 2 digit (01-12)\",\r\n  \"CardExpirationYear\" : \"4 digit Year\",\r\n  \"CardCVV\" : \"Any 3 or 4 numbers\",\r\n  \"Amount\" : 0.00,\r\n    \"FirstName\" : \"First name of card holder\",\r\n  \"LastName\" : \"Last name of card holder\",\r\n  \"Address\" : \"\",\r\n  \"City\" : \"\",\r\n  \"State\" : \"\",\r\n  \"ZipCode\" : \"\",\r\n  \"Country\" : \"\",\r\n  \"Email\" : \"valid email address (email or mobile is required)\",\r\n  \"Mobile\" : \"Mobile number (email or mobile is required)\"\r\n}\r\n"},"url":"https://api.paylite.net/creditcard/charge","description":"<p>Charge the user's card</p>\n","urlObject":{"protocol":"https","path":["creditcard","charge"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c224307f-d568-4e46-b8f7-7f39db792ffb"},{"name":"ChargeCustomer","id":"a4024e48-0c76-4660-9ee8-4334ada070fc","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"PaymentProfileId\" : \"PaymentProfileId from GetPaymentProfile endpoint\",\r\n    \"Amount\" : 0.00,\r\n    \"CustomerId\" : \"Customer Id from previous transaction\"\r\n}\r\n"},"url":"https://api.paylite.net/creditcard/chargecustomer","description":"<p>You can make a charge request using the customer parameter without specifying a source.</p>\n","urlObject":{"protocol":"https","path":["creditcard","chargecustomer"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4024e48-0c76-4660-9ee8-4334ada070fc"},{"name":"Refund","id":"026a8016-dfdc-475f-9b5f-198d81e33fed","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"Amount\" : 0.00,\r\n    \"TransactionId\" : \"Original TransactionId to refund\"\r\n}\r\n"},"url":"https://api.paylite.net/creditcard/refund","description":"<p>Partial or full refund original charge. </p>\n","urlObject":{"protocol":"https","path":["creditcard","refund"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"026a8016-dfdc-475f-9b5f-198d81e33fed"},{"name":"Void","id":"9edc2cbf-e107-4252-ba82-94a8f487d931","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"TransactionId\" : \"Original TransactionId to void\"\r\n}\r\n"},"url":"https://api.paylite.net/creditcard/void","description":"<p>Void the original charge transaction.</p>\n","urlObject":{"protocol":"https","path":["creditcard","void"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9edc2cbf-e107-4252-ba82-94a8f487d931"}],"id":"124cbd86-7cbe-448b-ab63-50e77ba8b270","description":"<p>Before taking your integration live, use the following information to test it thoroughly.</p>\n<p>Test card numbers and tokens:</p>\n<p>Genuine card information cannot be used in test mode. Instead, use any of the following test card numbers, a valid expiration date in the future, and any random CVC number, to create a successful payment. Each test card's billing country is set to U.S.</p>\n<p>Credit Card Test numbers: \nVISA: 4111111111111111 \nMASTERCARD: 5555555555554444 \nDISCOVER: 6011111111111117 \nAMEX: 378282246310005 </p>\n<p>Questions? Contact <a href=\"mailto:support@paylite.net\">support@paylite.net</a></p>\n","event":[{"listen":"prerequest","script":{"id":"b899aefa-23e0-458b-8105-e58611eebeea","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"99e5db5e-5b31-45d2-a2e9-21dfdcac3689","type":"text/javascript","exec":[""]}}],"_postman_id":"124cbd86-7cbe-448b-ab63-50e77ba8b270"},{"name":"ACH","item":[{"name":"Charge","id":"ee84c10c-1988-4b09-bee2-40e39994d19b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"AccountNumber\" : \"Bank Account Number. Numeric value\",\r\n  \"RoutingNumber\" : \"9 Digit Bank routing number\",\r\n  \"Amount\" : 0.00,\r\n    \"FirstName\" : \"First name of bank account holder\",\r\n  \"LastName\" : \"Last name of bank account holder\",\r\n  \"Address\" : \"\",\r\n  \"City\" : \"\",\r\n  \"State\" : \"\",\r\n  \"ZipCode\" : \"\",\r\n  \"Country\" : \"\",\r\n  \"Email\" : \"valid email address (email or mobile is required)\",\r\n  \"Mobile\" : \"Mobile number (email or mobile is required)\"\r\n}\r\n"},"url":"https://api.paylite.net/ach/charge","description":"<p>Create a charge using ACH. Valid 9 digit routing number and bank account number is required.</p>\n","urlObject":{"protocol":"https","path":["ach","charge"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee84c10c-1988-4b09-bee2-40e39994d19b"},{"name":"RoutingNumberLookup","id":"ec3b9fc7-0621-49ef-8e8b-179efd3b097b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n\t\"RoutingNumber\" : \"9 Digit Bank routing number\",\r\n}\r\n"},"url":"https://api.paylite.net/ach/routingnumberlookup","description":"<p>Validate 9 digit Bank routing number.</p>\n","urlObject":{"protocol":"https","path":["ach","routingnumberlookup"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec3b9fc7-0621-49ef-8e8b-179efd3b097b"},{"name":"ChargeCustomer","id":"c642351e-1831-450f-bba1-5a6a03e0dce5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"PaymentProfileId\" : \"PaymentProfileId from GetPaymentProfile endpoint\",\r\n    \"Amount\" : 0.00,\r\n    \"CustomerId\" : \"Customer Id from previous transaction\"\r\n}\r\n"},"url":"https://api.paylite.net/ach/chargecustomer","description":"<p>You can make a charge request using the customer parameter without specifying a source.</p>\n","urlObject":{"protocol":"https","path":["ach","chargecustomer"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c642351e-1831-450f-bba1-5a6a03e0dce5"},{"name":"Refund","id":"24e34025-cb37-4786-84dd-80db4954368b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"Amount\" : 0.00,\r\n    \"TransactionId\" : \"Original TransactionId to refund\"\r\n}\r\n"},"url":"https://api.paylite.net/ach/refund","description":"<p>Partial or full refund ACH transaction.</p>\n","urlObject":{"protocol":"https","path":["ach","refund"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"24e34025-cb37-4786-84dd-80db4954368b"},{"name":"Void","id":"d540de5f-c4f9-411d-9a3b-fdf7f79205bb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"TransactionId\" : \"Original TransactionId to void\"\r\n}\r\n"},"url":"https://api.paylite.net/ach/void","description":"<p>Void original ACH transaction.</p>\n","urlObject":{"protocol":"https","path":["ach","void"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d540de5f-c4f9-411d-9a3b-fdf7f79205bb"}],"id":"c321e08e-cc84-4fbf-9e21-4a6719a1a12e","_postman_id":"c321e08e-cc84-4fbf-9e21-4a6719a1a12e","description":""},{"name":"Customer","item":[{"name":"GetPaymentProfiles","id":"2a83e63e-75c7-4b93-b076-2d8268b8fd49","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"CustomerID\":\"Customer Id from transaction detail\"\r\n}\r\n"},"url":"https://api.paylite.net/customer/getpaymentprofile","description":"<p>Invoke this method to get list of payment profiles. Use PaymentProfileId as a source for charge transaction.</p>\n","urlObject":{"protocol":"https","path":["customer","getpaymentprofile"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a83e63e-75c7-4b93-b076-2d8268b8fd49"},{"name":"GetDetails","id":"8c06249e-4a08-4827-a438-027df5dd4ded","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"CustomerID\":\"Customer Id from transaction detail\"\r\n}\r\n"},"url":"https://api.paylite.net/customer/getdetails","description":"<p>Get Customer detail.</p>\n","urlObject":{"protocol":"https","path":["customer","getdetails"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c06249e-4a08-4827-a438-027df5dd4ded"}],"id":"d8510afb-e528-4060-82ee-c119b698927b","_postman_id":"d8510afb-e528-4060-82ee-c119b698927b","description":""},{"name":"Transaction","item":[{"name":"GetTransactionDetail","id":"5fcdd6a7-dd25-4243-9187-8065a5c882bc","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"TransactionID\": \"Transaction Id\"\r\n}"},"url":"https://api.paylite.net/transaction/gettransactiondetail","description":"<p>Get transaction detail and current status. Settlement information in transaction detail will provide you current status of gateway transaction. </p>\n","urlObject":{"protocol":"https","path":["transaction","gettransactiondetail"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fcdd6a7-dd25-4243-9187-8065a5c882bc"},{"name":"GetCustomerHistory","id":"3f07b3d3-5d1e-4aa0-9d94-f230ee08c32a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"CustomerId\": \"Customer Id from previous transaction\"\r\n}"},"url":"https://api.paylite.net/transaction/getcustomerhistory","description":"<p>Get list of transactions by customer.</p>\n","urlObject":{"protocol":"https","path":["transaction","getcustomerhistory"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f07b3d3-5d1e-4aa0-9d94-f230ee08c32a"},{"name":"SendReceipt","id":"07fd5cb0-7947-48ae-b655-6ad3d9e586af","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"TransactionId\": \"Transaction Id\",\r\n    \"Email\": \"valid email address\"\r\n}"},"url":"https://api.paylite.net/transaction/sendreceipt","description":"<p>Send email and text message transaction receipts. Please contact <a href=\"mailto:support@paylite.net\">support@paylite.net</a> to configure receipt in PayLite Portal.</p>\n","urlObject":{"protocol":"https","path":["transaction","sendreceipt"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"07fd5cb0-7947-48ae-b655-6ad3d9e586af"},{"name":"GetPayoutTransactionHistory","id":"1996ba19-3c00-4013-89ae-e0176ba22d36","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"PayoutID\": \"PayoutID from GetPayoutHistory endpoint\"\r\n}\r\n"},"url":"https://api.paylite.net/transaction/getpayouttransactionhistory","description":"<p>This endpoint provides list of transactions part of Payout (GetPayoutHistory)</p>\n","urlObject":{"protocol":"https","path":["transaction","getpayouttransactionhistory"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1996ba19-3c00-4013-89ae-e0176ba22d36"},{"name":"GetHistory","id":"1ac3f4e7-42ea-467d-95ae-d93c96235935","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"StartDate\":\"Start date and time - 01/01/2018 12:00:00 AM\",\r\n    \"EndDate\":\"End Date and time - 03/17/2018 11:59:59 PM\"\r\n}\r\n"},"url":"https://api.paylite.net/transaction/gethistory","description":"<p>Get transaction history.</p>\n","urlObject":{"protocol":"https","path":["transaction","gethistory"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ac3f4e7-42ea-467d-95ae-d93c96235935"},{"name":"GetPayoutHistory","id":"9df6e8d7-944c-4c51-890c-c6d5b8545367","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\"\r\n}\r\n"},"url":"https://api.paylite.net/transaction/getpayouthistory","description":"<p>Use this endpoint to get list of payouts. </p>\n","urlObject":{"protocol":"https","path":["transaction","getpayouthistory"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9df6e8d7-944c-4c51-890c-c6d5b8545367"}],"id":"470e5538-6874-4958-ab0a-55dfcd8e2f9f","_postman_id":"470e5538-6874-4958-ab0a-55dfcd8e2f9f","description":""},{"name":"Payout","item":[{"name":"CreatePayout","id":"b3ed0838-3256-4c1d-acde-b0d15d0f0d68","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n\t\"AuthToken\":\"your_auth_token\",\r\n\t\"SandboxMode\":\"true\",\r\n\t\"AccountNumber\" : \"Bank Account Number. Numeric value\",\r\n\t\"RoutingNumber\" : \"9 Digit Bank routing number\",\r\n\t\"Amount\" : 0.00,\r\n\t\"FirstName\" : \"First name of bank account holder\",\r\n\t\"LastName\" : \"Last name of bank account holder\",\r\n\t\"Address\" : \"\",\r\n\t\"City\" : \"\",\r\n\t\"State\" : \"\",\r\n\t\"ZipCode\" : \"\",\r\n\t\"Country\" : \"\",\r\n\t\"Email\" : \"valid email address (email or mobile is required)\",\r\n\t\"Mobile\" : \"Mobile number (email or mobile is required)\"\r\n}\r\n"},"url":"https://api.paylite.net/payout/createpayout","description":"<p>Send money via ACH.</p>\n","urlObject":{"protocol":"https","path":["payout","createpayout"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3ed0838-3256-4c1d-acde-b0d15d0f0d68"},{"name":"Void","id":"f47790a3-007b-49f8-ae13-77e3c8c4a6d0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"TransactionId\" : \"Original TransactionId to void\"\r\n}\r\n"},"url":"https://api.paylite.net/payout/void","description":"<p>Void Payout transaction.</p>\n","urlObject":{"protocol":"https","path":["payout","void"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f47790a3-007b-49f8-ae13-77e3c8c4a6d0"}],"id":"69327d3a-a4dd-41f8-b71e-5e9e5bbd9fb9","description":"<p>Payouts enables you to send money via ACH.  </p>\n","event":[{"listen":"prerequest","script":{"id":"fea0088e-2bd3-4e84-8fe7-498f0e76d2c3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ebccf9c-7be3-43a0-96ff-50108fec75f3","type":"text/javascript","exec":[""]}}],"_postman_id":"69327d3a-a4dd-41f8-b71e-5e9e5bbd9fb9"},{"name":"Account","item":[{"name":"AccountSetting","id":"61d37af2-3ef7-417a-9346-9bd9b1b11b61","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"AccountNumber\" : \"Bank Account Number. Numeric value\",\r\n\t\"RoutingNumber\" : \"9 Digit Bank routing number\"\r\n}"},"url":"https://api.paylite.net/account/changeaccountsetting","urlObject":{"protocol":"https","path":["account","changeaccountsetting"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"61d37af2-3ef7-417a-9346-9bd9b1b11b61"},{"name":"PayoutSetting","id":"be23c300-1e2c-407a-ba6f-06e7a0b19bcc","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n\t\"ACHTransactionFee\" : \"0.00\",\r\n\t\"ACHGatewayInterchange\" : \"0.0\",\r\n\t\"CCTransactionFee\" : \"0.00\",\r\n\t\"CCGatewayInterchange\" : \"0.0\"\r\n}"},"url":"https://api.paylite.net/account/changepayoutsetting","urlObject":{"protocol":"https","path":["account","changepayoutsetting"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"be23c300-1e2c-407a-ba6f-06e7a0b19bcc"},{"name":"CreateAccount","id":"610b8108-f341-4038-860a-a7c5657261d7","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"AccountSid\":\"your_account_id\",\r\n    \"AuthToken\":\"your_auth_token\",\r\n    \"SandboxMode\":\"true\",\r\n    \"BusinessName\" : \"Business or Account Name\",\r\n\t\"FirstName\" : \"Account Holder FirstName\",\r\n\t\"LastName\" : \"Account Holder LastName\",\r\n\t\"Address\" : \"\",\r\n\t\"City\" : \"\",\r\n\t\"State\" : \"\",\r\n\t\"ZipCode\" : \"\",\r\n\t\"Country\" : \"\",\r\n\t\"Email\" : \"valid email address (email or mobile is required)\",\r\n\t\"Mobile\" : \"Mobile number (email or mobile is required)\"\r\n}"},"url":"https://api.paylite.net/account/createaccount","urlObject":{"protocol":"https","path":["account","createaccount"],"host":["api","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"610b8108-f341-4038-860a-a7c5657261d7"}],"id":"f2cde421-a17e-4d7a-a2c1-815f0add17e5","_postman_id":"f2cde421-a17e-4d7a-a2c1-815f0add17e5","description":""}],"event":[{"listen":"prerequest","script":{"id":"a9999dd8-3f54-4405-aca2-32a12e78fb07","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2854c105-e934-42f3-9e36-5c2821381372","type":"text/javascript","exec":[""]}}]}