Download the PHP package paypayue/paypay-soap-php without Composer

On this page you can find all versions of the php package paypayue/paypay-soap-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package paypay-soap-php

Repo has been discontinued, please check out the REST API documentation

PayPay PHP SOAP Library

Official library for PayPay SOAP API integrations written in PHP.

Requirements

Installation

We recommend that you use Composer a package manager for PHP. In the composer.json file in your project add:

In your project folder run the following command:

Then add the following line at the beginning of your code:

If you can't use Composer simply download our PHP library by hitting the link below then integrate it into your project.

Getting started

Configure the environment with your platform credentials, or use the following for testing:

Creating a payment reference

Use this method to quickly obtain a payment reference that you can send to your customer.

(Optional) Specify the destination bank account for the payment

(Optional) Specify the payment options your customer may use to pay. Otherwise we will use the options configured on your PayPay account.

Refer to the following files for allowed parameters:

Payment with redirect

This method is recommended for instances where the payment is made straight away, such as during a checkout process.

(Optional) Specify the destination bank account for the payment

(Optional) Specify the payment options, default is credit card.

Additional payment information

(Optional) If you choose to send the customer info we can email them the payment receipt

(Optional) If you choose to send the billing address add them the payment receipt

(Optional) If you choose to send the shipping address add them the payment receipt

Send references generated locally

Use the following method to send references generated locally with a configured reference range. The reference range must be previously configured in PayPay only references that are within the configured range will be accepted.

schedule for retry and/or discard submitted references

Cancel payment

Use this method to quickly cancel a payment that is no longer valid according to your business context. All payment methods will be cancelled currently only the following methods support cancellation:

(Optional) Some methods cannot be cancelled (Eg.: Multibanco Normal) but you may bypass this and still mark the payment as cancelled.

Process incoming payments by Webhook

Use the following method to supply a url that will process all successful payments.

PayPay will make an HTTP request to your url with POST data of the payments that were confirmed. You can use the following code to jump start your payment processing.

Additional Notes

Documentation


All versions of paypay-soap-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package paypayue/paypay-soap-php contains the following files

Loading the files please wait ....