WePay is an online payment service provider for small businesses in the United States. WePay helps service providers send invoices, charge customer’s credit cards, and accept payments on their website. WePay also provides an API that allows developers to access its payments platform. WePay provide Account API for create account using API

Create Account in WePay using API :

Login in WePay sandbox account at here : https://stage.wepay.com/login

Login in WePay Live account at here : https://www.wepay.com/

After Login in WePay create API Application for use WePay API.

Calling create account & checkout API required below details (API Keys).

WePay API keys details found at here : https://stage.wepay.com/apps/manage/[Clinet ID]/apikeys

Required following details for WePay API.

Client ID :

Client Secret :

Access Token :

Account ID :

WePay account API references : https://www.wepay.com/developer/reference/account

Create account API reference at here : https://www.wepay.com/developer/reference/account#create

Creates a new payment account for the user associated with the access token used to make this call. If reference_id is passed, it MUST be unique for the application/user pair or an error will be returned. NOTE: You cannot create an account with the word ‘wepay’ in it. This is to prevent phishing attacks.

WePay Create account Example:

{“name”:”Example Account”, “description”:”This is just an example WePay account.”,
“reference_id”:”abc123″,”image_uri”:”https://stage.wepay.com/img/logo.png”}

Create account response:

{ “account_id”:12345, “account_uri”:”https://stage.wepay.com/account/12345″ }

Show CommentsClose Comments

Leave a comment