Sha256: 3894f0e034b6614c2dd15645b1850ab21ef576b7c42be995633a0c9d8d1313f3

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

---
http_interactions:
- request:
    method: post
    uri: https://money.yandex.ru/api/process-payment
    body:
      encoding: UTF-8
      string: request_id=test-p2p&test_payment=true&test_result=success
    headers:
      Authorization:
      - Bearer <ACCESS_TOKEN>
      Content-Type:
      - application/x-www-form-urlencoded
  response:
    status:
      code: 200
      message: OK
    headers:
      Server:
      - nginx
      Date:
      - Mon, 10 Nov 2014 19:24:28 GMT
      Content-Type:
      - application/json;charset=UTF-8
      Content-Length:
      - '160'
      Connection:
      - keep-alive
      Keep-Alive:
      - timeout=120
      Vary:
      - Accept-Encoding
      Cache-Control:
      - no-cache
    body:
      encoding: UTF-8
      string: '{"status":"success","balance":6.88,"payer":"<WALLET_NUMBER>","payee":"test","credit_amount":28.86,"payee_uid":56809635,"test_payment":"true","payment_id":"test"}'
    http_version: 
  recorded_at: Mon, 10 Nov 2014 19:24:30 GMT
recorded_with: VCR 2.9.3

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
yandex-money-client-1.0.6 spec/fixtures/vcr_cassettes/success_process_payment_to_an_account.yml
yandex-money-sdk-1.0.5 spec/fixtures/vcr_cassettes/success_process_payment_to_an_account.yml