/**
  * Get transaction endpoint.
  *
  * Referenceizes are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/customers';
 }
 /**
  * Get transaction endpoint.
  *
  * Referenceizes are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/subscriptions';
 }
 /**
  * Get transaction endpoint.
  *
  * Subscriptions are executed using the /billing-agreements resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/billing-agreements/' . $this->getTransactionReference() . '/suspend';
 }
 /**
  * Get transaction endpoint.
  *
  * Purchases are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/purchases';
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/payment/' . $this->getTransactionReference();
 }
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/vault/credit-card';
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/vault/credit-cards/' . $this->getCardReference();
 }
 /**
  * Get transaction endpoint.
  *
  * Refunds are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/auto/crauto.cgi';
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/subscriptions/' . $this->getTransactionReference();
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/purchases/' . $this->getTransactionReference();
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/billing-agreements/' . $this->getAgreementId() . '/transactions';
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/payouts-item/' . $this->getPayoutItemId();
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/capture/' . $this->getTransactionReference() . '/refund';
 }
 /**
  * Get transaction endpoint.
  *
  * Create Plans are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/plans';
 }
 /**
  * Get transaction endpoint.
  *
  * Refunds are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/refunds';
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/payment';
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/customers/' . $this->getTransactionReference();
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/payouts?sync_mode=true';
 }
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/plans.json';
 }
Exemple #20
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/authorization/' . $this->getTransactionReference() . '/void';
 }
 /**
  * Get transaction endpoint.
  *
  * Subscriptions are created using the /billing-agreements resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/billing-agreements';
 }
 /**
  * Get transaction endpoint.
  *
  * Cards are created using the /credit_cards resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/credit_cards';
 }
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/oauth2/token';
 }
 /**
  * Get transaction endpoint.
  *
  * Authorization of payments is done using the /payment resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/payment';
 }
 /**
  * Get transaction endpoint.
  *
  * Billing plans are managed using the /billing-plans resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/billing-plans/' . $this->getTransactionReference();
 }
 /**
  * Get transaction endpoint.
  *
  * Purchases are created using the /payments/submit resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . 'order2/poauto3.pl';
 }