To activate an alternative payment method on MoneyCollect, merchants can easily apply through their dashboard. This process involves toggling a switch to submit an application for the desired payment method, awaiting approval. Additional information might be required for some local payment methods, such as a local service phone number.
For detailed instructions, visit: .
Utilizing Payment Methods
Once your application for a payment method is approved, you can start integrating it into your payment processes.
Hosted Payment Page
To initiate a payment session via the API, you can follow the guide and API reference provided by MoneyCollect: .
Example request to create a session:
POST https://api.moneycollect.com/api/services/v1/checkout/session/create
The paymentMethodTypes parameter allows specifying multiple payment methods. You can find the necessary payment method codes in the MoneyCollect documentation: .
After successfully creating a session, verify the amount, currency, and transaction status. Use the returned URL for the next step of the payment process, where customers choose a payment method and are redirected to the payment page.
In-Page Payment
For In-Page Payment integration, specify multiple payment methods during the payment creation process in a similar manner as shown above.
After creating a payment, use the redirectToUrl from the response to redirect customers to the payment page of the local payment institution to complete the transaction.
4. Completing the Payment
Customers will be redirected to the local payment institution's page, where they can scan a QR code or enter the necessary payment information to finalize the payment.
Special Handling APMs (Wechat Pay/Kakao Pay)
Wechat Pay
first and obtain the Payment Method ID for the next step.
Use the type parameter to specify the payment method code you wish to use. The payment method code list can be retrieved from the on MoneyCollect's documentation. Please make sure that the payment method has been applied and approved in your dashboard before using it in the production environment.
Use the Payment Method ID obtained in the previous Create PaymentMethodstep to initiate the request.