コード例 #1
0
 /**
  * Get transaction endpoint.
  *
  * Referenceizes are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/customers';
 }
コード例 #2
0
 /**
  * Get transaction endpoint.
  *
  * Referenceizes are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/subscriptions';
 }
コード例 #3
0
 /**
  * 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';
 }
コード例 #4
0
 /**
  * Get transaction endpoint.
  *
  * Purchases are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/purchases';
 }
コード例 #5
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/payment/' . $this->getTransactionReference();
 }
コード例 #6
0
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/vault/credit-card';
 }
コード例 #7
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/vault/credit-cards/' . $this->getCardReference();
 }
コード例 #8
0
 /**
  * Get transaction endpoint.
  *
  * Refunds are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/auto/crauto.cgi';
 }
コード例 #9
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/subscriptions/' . $this->getTransactionReference();
 }
コード例 #10
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/purchases/' . $this->getTransactionReference();
 }
コード例 #11
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/billing-agreements/' . $this->getAgreementId() . '/transactions';
 }
コード例 #12
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/payouts-item/' . $this->getPayoutItemId();
 }
コード例 #13
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/capture/' . $this->getTransactionReference() . '/refund';
 }
コード例 #14
0
 /**
  * Get transaction endpoint.
  *
  * Create Plans are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/plans';
 }
コード例 #15
0
 /**
  * Get transaction endpoint.
  *
  * Refunds are created using the /purchases resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/refunds';
 }
コード例 #16
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/payment';
 }
コード例 #17
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/customers/' . $this->getTransactionReference();
 }
コード例 #18
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/payouts?sync_mode=true';
 }
コード例 #19
0
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/plans.json';
 }
コード例 #20
0
ファイル: RestVoidRequest.php プロジェクト: omnipay/paypal
 public function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/authorization/' . $this->getTransactionReference() . '/void';
 }
コード例 #21
0
 /**
  * Get transaction endpoint.
  *
  * Subscriptions are created using the /billing-agreements resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/billing-agreements';
 }
コード例 #22
0
 /**
  * Get transaction endpoint.
  *
  * Cards are created using the /credit_cards resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/credit_cards';
 }
コード例 #23
0
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/oauth2/token';
 }
コード例 #24
0
 /**
  * Get transaction endpoint.
  *
  * Authorization of payments is done using the /payment resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . '/payments/payment';
 }
コード例 #25
0
 /**
  * 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();
 }
コード例 #26
0
 /**
  * Get transaction endpoint.
  *
  * Purchases are created using the /payments/submit resource.
  *
  * @return string
  */
 protected function getEndpoint()
 {
     return parent::getEndpoint() . 'order2/poauto3.pl';
 }