Advertisement
asagalo

curl

Oct 6th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 6.12 KB | None | 0 0
  1. <?php
  2.  
  3. function post($data)
  4. {
  5.     $data_string = $data;
  6.  
  7.     $ch = curl_init('http://magento.vindi.com.br/index.php/vindi_subscription/webhook/index/key/120ca4bc3c7040bb7cc468850504014e/');
  8.     curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  9.     curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);
  10.     curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  11.     curl_setopt($ch, CURLOPT_HTTPHEADER, array(
  12.         'Content-Type: application/json',
  13.         'Content-Length: ' . strlen($data_string))
  14.     );
  15.     curl_setopt($ch, CURLOPT_HEADER, true);
  16.  
  17.     $result = curl_exec($ch);
  18.     return $result;
  19. }
  20.  
  21. //echo post('{"event":{"type":"bill_created","created_at":"2015-09-21T18:10:26.389-03:00","data":{"bill":{"id":77075,"code":null,"amount":"25.0","installments":1,"status":"pending","seen_at":null,"billing_at":null,"url":"https://app.vindi.com.br/customer/bills/140777?token=c0f75a5f-b535-4752-a991-3a7e474921b6","created_at":"2015-09-21T18:10:26.000-03:00","updated_at":"2015-09-21T18:10:26.000-03:00","bill_items":[{"id":207288,"amount":"10.0","quantity":1,"pricing_range_id":null,"description":null,"pricing_schema":{"id":27434,"short_format":"R$ 10,00","price":"10.0","minimum_price":null,"schema_type":"flat","pricing_ranges":[],"created_at":"2015-09-21T18:10:25.000-03:00"},"product":{"id":6511,"name":"__Banana","code":""},"product_item":{"id":94747,"product":{"id":6511,"name":"__Banana","code":""}},"discount":null},{"id":207289,"amount":"15.0","quantity":1,"pricing_range_id":null,"description":null,"pricing_schema":{"id":27435,"short_format":"R$ 15,00 / unidade","price":"15.0","minimum_price":null,"schema_type":"per_unit","pricing_ranges":[],"created_at":"2015-09-21T18:10:25.000-03:00"},"product":{"id":6513,"name":"_maça","code":""},"product_item":{"id":94748,"product":{"id":6513,"name":"_maça","code":""}},"discount":null}],"charges":[{"id":130153,"amount":"25.0","status":"pending","due_at":"2015-09-21T23:59:59.000-03:00","paid_at":null,"installments":1,"attempt_count":1,"next_attempt":"2015-09-24T00:00:00.000-03:00","print_url":null,"created_at":"2015-09-21T18:10:26.000-03:00","updated_at":"2015-09-21T18:10:26.000-03:00","last_transaction":{"id":167356,"transaction_type":"charge","status":"rejected","gateway_message":"Transacao rejeitada em modo teste","gateway_response_code":"51","gateway_authorization":"2E7FCDEF7D99C45DC72DCA633EC3FC5F","created_at":"2015-09-21T18:10:26.000-03:00","payment_profile":{"id":74636,"holder_name":"TESTE VINDI","registry_code":null,"bank_branch":null,"bank_account":null,"card_expiration":"2021-09-30T23:59:59.000-03:00","card_number_first_six":"541295","card_number_last_four":"2630","token":"de2f83b2-40f5-4183-87cd-e56f4adcf626","created_at":"2015-09-21T18:05:52.000-03:00","payment_company":{"id":1,"name":"MasterCard","code":"mastercard"}}},"payment_method":{"id":25,"public_name":"Cartão de crédito","name":"Cartão de crédito","code":"credit_card","type":"PaymentMethod::CreditCard"}}],"customer":{"id":66248,"name":"Lyon Vindi","email":"lyoncesar@gmail.com","code":null},"period":{"id":141040,"billing_at":"2015-09-21T00:00:00.000-03:00","cycle":7,"start_at":"2015-09-21T00:00:00.000-03:00","end_at":"2015-09-21T23:59:59.000-03:00","duration":86399},"subscription":{"id":77075,"code":null,"plan":{"id":3728,"name":"__Cesta-de-produtos","code":""},"customer":{"id":66248,"name":"Lyon Vindi","email":"lyoncesar@gmail.com","code":null}},"metadata":{}}}}}'), "\n";
  22. echo post('{"event":{"type":"bill_paid","created_at":"2015-09-21T18:14:30.817-03:00","data":{"bill":{"id":77075,"code":null,"amount":"25.0","installments":1,"status":"paid","seen_at":null,"billing_at":null,"url":"https://app.vindi.com.br/customer/bills/140777?token=c0f75a5f-b535-4752-a991-3a7e474921b6","created_at":"2015-09-21T18:10:26.000-03:00","updated_at":"2015-09-21T18:14:30.795-03:00","bill_items":[{"id":207288,"amount":"10.0","quantity":1,"pricing_range_id":null,"description":null,"pricing_schema":{"id":27434,"short_format":"R$ 10,00","price":"10.0","minimum_price":null,"schema_type":"flat","pricing_ranges":[],"created_at":"2015-09-21T18:10:25.000-03:00"},"product":{"id":6511,"name":"__Banana","code":""},"product_item":{"id":94747,"product":{"id":6511,"name":"__Banana","code":""}},"discount":null},{"id":207289,"amount":"15.0","quantity":1,"pricing_range_id":null,"description":null,"pricing_schema":{"id":27435,"short_format":"R$ 15,00 / unidade","price":"15.0","minimum_price":null,"schema_type":"per_unit","pricing_ranges":[],"created_at":"2015-09-21T18:10:25.000-03:00"},"product":{"id":6513,"name":"_maça","code":""},"product_item":{"id":94748,"product":{"id":6513,"name":"_maça","code":""}},"discount":null}],"charges":[{"id":130153,"amount":"25.0","status":"paid","due_at":"2015-09-21T23:59:59.000-03:00","paid_at":"2015-09-21T18:14:30.000-03:00","installments":1,"attempt_count":2,"next_attempt":null,"print_url":null,"created_at":"2015-09-21T18:10:26.000-03:00","updated_at":"2015-09-21T18:14:30.000-03:00","last_transaction":{"id":167359,"transaction_type":"charge","status":"success","gateway_message":"Transacao aprovada em modo teste","gateway_response_code":"","gateway_authorization":"9CAA1B0A95AF7832299E3A5017C2E6BB","created_at":"2015-09-21T18:14:30.000-03:00","payment_profile":{"id":74867,"holder_name":"TESTE VINDI","registry_code":null,"bank_branch":null,"bank_account":null,"card_expiration":"2021-09-30T23:59:59.000-03:00","card_number_first_six":"555555","card_number_last_four":"5557","token":"b849de3e-c8aa-4fa9-9d2c-3a9a8f819d73","created_at":"2015-09-21T18:14:17.000-03:00","payment_company":{"id":1,"name":"MasterCard","code":"mastercard"}}},"payment_method":{"id":25,"public_name":"Cartão de crédito","name":"Cartão de crédito","code":"credit_card","type":"PaymentMethod::CreditCard"}}],"customer":{"id":66248,"name":"Lyon Vindi","email":"lyoncesar@gmail.com","code":null},"period":{"id":141040,"billing_at":"2015-09-21T00:00:00.000-03:00","cycle":4,"start_at":"2015-09-21T00:00:00.000-03:00","end_at":"2015-09-21T23:59:59.000-03:00","duration":86399},"subscription":{"id":77075,"code":null,"plan":{"id":3728,"name":"__Cesta-de-produtos","code":""},"customer":{"id":66248,"name":"Lyon Vindi","email":"lyoncesar@gmail.com","code":null}},"metadata":{}}}}} '), "\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement