meta {
  name: Liberty Pay
  type: http
  seq: 6
}

post {
  url: {{baseUrl}}/liberty/pay
  body: json
  auth: none
}

headers {
  Content-Type: application/json
  Accept: application/json
}

body:json {
  {
    "Request": {
      "Username": "{{libertyUsername}}",
      "Password": "{{libertyPassword}}",
      "CustomerId": "{{account}}",
      "TransactionId": "{{transactionId}}",
      "Amount": {{amountTetri}},
      "ServiceId": {{serviceId}}
    },
    "Hash": "{{libertyHash}}"
  }
}
