This page describes how you can get started as a merchant
Merchants can use Coins as a payment processor by using our Merchant APIs. By doing so, customers from anywhere in the world would be able to pay using funds from their Coins wallets.
Setting up your merchant account
- Sign up for a Coins account at http://coins.ph/signup
- Complete your identity verification
- Email [email protected] to request activation of your account as a merchant.
- Once approved, you may obtain your merchant api token from the API dashboard
- Setup your
redirect_url
andcallback_url
. Redirect_url is where the user will be redirected once they have completed their payment, callback_url is where you will receive notifications when an invoice is paid.

Start accepting payments
The merchant tutorial page describes the steps to use the API. For more information about the invoice endpoint and callbacks, you can refer to the following pages: