APM Integration Guide
Enabling Alternative Payment Methods (APMs)
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: Apply for APMs from your dashboard - MoneyCollect Documentation.
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: Create a Session | MoneyCollect API Reference V1.0.
Example request to create a session:
The paymentMethodTypes
parameter allows specifying multiple payment methods. You can find the necessary payment method codes in the MoneyCollect documentation: Supported APM codes and attributes list.
Example response:
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.
Example parameter:
API-Direct
API-Direct allows specifying a single payment method during the payment creation process.
Create PaymentMethod
Example request:
The type
parameter is used to specify a single payment method. Payment method codes can be retrieved from the Supported APM codes and attributes list on MoneyCollect's documentation. Ensure that the payment methods used have been successfully applied for and approved.
Example response:
Create a Payment
Example request:
Example response:
Redirecting to Payment Page
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.
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
Last updated