Malaysia

Learn about the dLocal supported payment methods in Malaysia.

Market specifications

Take a look of all the payment methods available.

Country reference Cards supported Alternative Payment Method supported

Cards

Find all the information about the card supported capabilities.

Capabilities Process Card Payments

Alternative Payments

Learn how to integrate cash, bank transfer or wallet payment.

7-eleven Maybank FPX Boost GrabPay Maybank QR Touch n´ go Shopeepay DuitNowQR


Market specifications

Do you want to know more information about Malaysia's market? Go to the APAC: The world’s leader in eCommerce market sales article.

Country reference

country codecurrency codedocument namedocument formatdocument required?
MYMYRNRIC12 digitsYes

Cards supported

payment_method_idBrand IDNamepayment_method_typeDetailsAllowed FlowsLogo
CARDVIVisaCARDCredit Card ​DIRECT REDIRECT
CARDVDVisa Debit ​CARDDebit Card ​DIRECT REDIRECT
CARDMCMastercardCARDCredit Card ​DIRECT REDIRECT
CARDMDMastercard Debit ​CARDDebit Card ​DIRECT REDIRECT
CARDUPUnionPayCARDCredit Card ​DIRECT REDIRECT

ℹ️

To offer all the card options that may be available in your integration, send the payment_method_id as CARD.

Alternative Payment Method supported

payment_method_idNamepayment_method_typeDetailsAllowed FlowsLogo
SL7-elevenTICKETCash Payments ​REDIRECT
FPMaybankBANK_TRANSFERBank Transfer ​REDIRECT
IOFPXBANK_TRANSFERBank Transfer ​REDIRECT
MOBoostWALLETWallet ​DIRECT REDIRECT
GYGrabPayWALLETWallet ​DIRECT REDIRECT
MBMaybank QRWALLETWallet ​DIRECT REDIRECT
TGTouch 'n GoWALLETWallet ​DIRECT REDIRECT
SOShopeepayWALLETWallet ​REDIRECT
DQDuitNowQRWALLETWallet ​REDIRECT


Cards

Capabilities

Visa CreditVisa DebitMastercard CreditMastercard DebitUnionPay
Minimum amount5 MYR5 MYR5 MYR5 MYR5 MYR
RefundsYesYesYesYesYes
RecurringYesYesYesYesYes
Chargeback optionYesYesYesYesYes
Chargeback Dispute optionYesYesYesYesYes
DescriptorMerchant nameMerchant nameMerchant nameMerchant nameMerchant name

How to process Card Payments?

Learn how to process payments with credit and debit cards with dLocal in our Card Payments section.



Alternative Payment Method

7-eleven

7-Eleven is a Cash payment method from the biggest convenience store chain in Malaysia.

It allows customers to make online purchases and pay using cash. With stores around the country, it has a wide coverage, reaching hundreds of customers per day.

Capabilities

7-eleven
Min. amount5 MYR
Max. expiration time supported2 days
Notification delayImmediate
RefundsYes
FlowREDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringMYR

Transaction currency in ISO 4217.
Yes
countryStringMY

Transaction country in ISO 3166.
Yes
payment_method_idStringSL

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 20,
    "currency": "MYR",
    "country": "MY",
    "payment_method_id": "SL",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "123456789012",
        "address": {
            "country": "MY",
            "state": "Malacca",
            "city": "Malacca",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-069886a5-bde5-hy653-bae9-cb33e54f2397",
    "amount": 20,
    "currency": "MYR",
    "payment_method_id": "SL",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "MY",
    "created_date": "2023-01-30T15:04:26.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-3ab38f30-e279-h671-b47f-f31fa4ee0f99"
}

Example ticket

Example 7-eleven built with the information in the example above.

Example 7-eleven built with the information in the example above.

Maybank

Bank transfers are the most-used e-commerce payment method in Malaysia, with half of the e-commerce payment market.

Capabilities

Maybank
Min. amount5 MYR
Max. expiration time supported35 minutes
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic Maybank redirect flow.

The screenshots illustrate a generic Maybank redirect flow.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringMYR

Transaction currency in ISO 4217.
Yes
countryStringMY

Transaction country in ISO 3166.
Yes
payment_method_idStringFP

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 50,
    "currency": "MYR",
    "country": "MY",
    "payment_method_id": "FP",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "123456789012",
        "address": {
            "country": "MY",
            "state": "Malacca",
            "city": "Malacca",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-c732e5b4-24b3-46a6-5433-cd86c70f6f35",
    "amount": 50,
    "currency": "MYR",
    "payment_method_id": "FP",
    "payment_method_type": "BANK_TRANSFER",
    "payment_method_flow": "REDIRECT",
    "country": "MY",
    "created_date": "2023-01-30T15:29:03.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-872d8b37-la73-465a-a2cf-d3248c61c350"
}

FPX

FPX is a reliable internet-based payment gateway that allows real-time payments for online purchases hassle-free or bill payments using your Savings / Current account or even Credit Card.

FPX is operated by Payments Network Malaysia Sdn Bhd (PayNet)

Capabilities

FPX
Min. amount5 MYR
Max. expiration time supported35 minutes
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic FPX redirect flow. The specifics of the flow can change depending on the bank selected to complete the transaction.

The screenshots illustrate a generic FPX redirect flow. The specifics of the flow can change depending on the bank selected to complete the transaction.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringMYR

Transaction currency in ISO 4217.
Yes
countryStringMY

Transaction country in ISO 3166.
Yes
payment_method_idStringIO

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 50,
    "currency": "MYR",
    "country": "MY",
    "payment_method_id": "IO",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "123456789012",
        "address": {
            "country": "MY",
            "state": "Malacca",
            "city": "Malacca",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-101d40ab-g5ty-4735-8c97-a21c9427db91",
    "amount": 50,
    "currency": "MYR",
    "payment_method_id": "IO",
    "payment_method_type": "BANK_TRANSFER",
    "payment_method_flow": "REDIRECT",
    "country": "MY",
    "created_date": "2023-01-30T15:49:37.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-continue/M-723a51dd-901w-4522-8905-453eaad7149a"
}

Boost

Wallets are very popular in Malaysia, which is leading its Southeast Asian neighboring countries in terms of the usage of digital wallets.

In terms of competition, among the top e-wallets are Boost, Touch 'n Go, Maybank QR, ShopeePay, and GrabPay. All these wallets are constantly rising in popularity.

Capabilities

Boost
Min. amount5 MYR
Max. expiration time supported5 minutes
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

UX Flow

QR code flow

The screenshots illustrate a generic Boost redirect flow on a browser through QR Code.

The screenshots illustrate a generic Boost redirect flow on a browser through QR code.

Payment in-app flow

The screenshots illustrate a generic Boost redirect flow on mobile choosing the Tap and Pay option to complete the payment in-app.

The screenshots illustrate a generic Boost redirect flow on mobile choosing the Tap and Pay option to complete the payment in-app.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringMYR

Transaction currency in ISO 4217.
Yes
countryStringMY

Transaction country in ISO 3166.
Yes
payment_method_idStringMO

ID of the selected payment method.
Yes
payment_method_flowStringDIRECT or REDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 50,
    "currency": "MYR",
    "country": "MY",
    "payment_method_id": "MO",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "123456789012",
        "address": {
            "country": "MY",
            "state": "Malacca",
            "city": "Malacca",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-b3721a18-7ff1-487c-fr43-d4637fc3a94d",
    "amount": 50,
    "currency": "MYR",
    "payment_method_id": "MO",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "MY",
    "created_date": "2023-01-30T15:51:05.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-3ecd987f-7a7d-4e32-a0ba-5aebabba732d"
}

GrabPay

Wallets are very popular in Malaysia, which is leading its Southeast Asian neighboring countries in terms of the usage of digital wallets.

In terms of competition, among the top e-wallets are Boost, Touch 'n Go, Maybank QR, ShopeePay, and GrabPay. All these wallets are constantly rising in popularity.

Capabilities

GrabPay
Min. amount5 MYR
Max. expiration time supported5 minutes
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

UX Flow

The screenshots illustrate a generic GrabPay redirect flow.

The screenshots illustrate a generic GrabPay redirect flow.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringMYR

Transaction currency in ISO 4217.
Yes
countryStringMY

Transaction country in ISO 3166.
Yes
payment_method_idStringGY

ID of the selected payment method.
Yes
payment_method_flowStringDIRECT or REDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 50,
    "currency": "MYR",
    "country": "MY",
    "payment_method_id": "GY",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "123456789012",
        "address": {
            "country": "MY",
            "state": "Malacca",
            "city": "Malacca",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-ae9209f1-2f8e-4801-gfd3-4117cd888ce8",
    "amount": 50,
    "currency": "MYR",
    "payment_method_id": "GY",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "MY",
    "created_date": "2023-01-30T15:53:00.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-10b9a53f-3421-4373-bcd6-fe65304ee445"
}

Maybank QR

Wallets are very popular in Malaysia, which is leading its Southeast Asian neighboring countries in terms of the usage of digital wallets.

In terms of competition, among the top e-wallets are Boost, Touch 'n Go, Maybank QR, ShopeePay, and GrabPay. All these wallets are constantly rising in popularity.

Capabilities

Maybank QR
Min. amount5 MYR
Max. expiration time supported5 minutes
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

UX Flow

The screenshots illustrate a generic Maybank QR Pay redirect flow through a QR code.

The screenshots illustrate a generic Maybank QR Pay redirect flow through a QR code.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringMYR

Transaction currency in ISO 4217.
Yes
countryStringMY

Transaction country in ISO 3166.
Yes
payment_method_idStringMB

ID of the selected payment method.
Yes
payment_method_flowStringDIRECT or REDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 50,
    "currency": "MYR",
    "country": "MY",
    "payment_method_id": "MB",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "123456789876",
        "address": {
            "country": "MY",
            "state": "Malacca",
            "city": "Malacca",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-f9c65093-yt65-4c1f-bb29-b2fdaec47ccb",
    "amount": 50,
    "currency": "MYR",
    "payment_method_id": "MB",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "MY",
    "created_date": "2023-03-10T13:15:40.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-c9c43cac-e86b-4f31-6t65-57929d695b88"
}

Touch 'n Go

Wallets are very popular in Malaysia, which is leading its Southeast Asian neighboring countries in terms of the usage of digital wallets.

In terms of competition, among the top e-wallets are Boost, Touch 'n Go, Maybank QR, ShopeePay, and GrabPay. All these wallets are constantly rising in popularity.

Capabilities

Touch 'n Go
Min. amount5 MYR
Max. expiration time supported5 minutes
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

UX Flow

QR code flow

The screenshots illustrate a generic Touch 'n go redirect flow through a QR code available for web and desktop views.

The screenshots illustrate a generic Touch 'n go redirect flow through a QR code available for web and desktop views.

Wallet flow

The screenshots illustrate a generic Touch 'n go wallet redirect flow.

The screenshots illustrate a generic Touch 'n go wallet redirect flow.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringMYR

Transaction currency in ISO 4217.
Yes
countryStringMY

Transaction country in ISO 3166.
Yes
payment_method_idStringTG

ID of the selected payment method.
Yes
payment_method_flowStringDIRECT or REDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 50,
    "currency": "MYR",
    "country": "MY",
    "payment_method_id": "TG",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "123456789012",
        "address": {
            "country": "MY",
            "state": "Malacca",
            "city": "Malacca",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}

{
    "id": "R-4-4678d8f3-bc63-5rt4-bb68-72f3d52d7ce9",
    "amount": 50,
    "currency": "MYR",
    "payment_method_id": "TG",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "MY",
    "created_date": "2023-01-30T15:56:10.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-c5731556-6554-408e-ad02-80d68d1c586c"
}

Shopeepay

Wallets are very popular in Malaysia, which is leading its Southeast Asian neighboring countries in terms of the usage of digital wallets.

In terms of competition, among the top e-wallets are Boost, Touch 'n Go, Maybank QR, ShopeePay, and GrabPay. All these wallets are constantly rising in popularity.

Capabilities

Shopeepay
Min. amount5 MYR
Max. expiration time supported90 minutes
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic ShopeePay redirect flow through a QR code.

The screenshots illustrate a generic ShopeePay redirect flow through a QR code.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringMYR

Transaction currency in ISO 4217.
Yes
countryStringMY

Transaction country in ISO 3166.
Yes
payment_method_idStringSO

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 50,
    "currency": "MYR",
    "country": "MY",
    "payment_method_id": "SO",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "123456789012",
        "address": {
            "country": "MY",
            "state": "Malacca",
            "city": "Malacca",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "345453483kqws",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-5461d8a7-f565-4328-6ytf-95e541640584",
    "amount": 50,
    "currency": "MYR",
    "payment_method_id": "SO",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "MY",
    "created_date": "2023-02-17T18:09:42.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0w",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-862004ff-6013-thy6-8432-e30b2f388beb"
}

DuitNowQR

An interoperable QR standard that allows Malaysians to make payments and receive funds from any participating Bank and eWallet with just one QR code.

Capabilities

DuitNowQR
Min. amount5 MYR
Max. expiration time supported5 minutes
Notification delayImmediate
RefundsYes
FlowREDIRECT

UX Flow

The screenshots illustrate a generic DuitNowQR redirect flow through a QR code. The specifics of the flow can change depending on the payment method selected to complete the transaction.

The screenshots illustrate a generic DuitNowQR redirect flow through a QR code. The specifics of the flow can change depending on the payment method selected to complete the transaction.

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringMYR

Transaction currency in ISO 4217.
Yes
countryStringMY

Transaction country in ISO 3166.
Yes
payment_method_idStringDQ

ID of the selected payment method.
Yes
payment_method_flowStringREDIRECTYes
payer.nameStringName of the payer.Yes
payer.emailStringEmail of the payer.Yes
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 50,
    "currency": "MYR",
    "country": "MY",
    "payment_method_id": "DQ",
    "payment_method_flow": "REDIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "phone": "+006286123456",
        "document": "123456789012",
        "address": {
            "country": "MY",
            "state": "Malacca",
            "city": "Malacca",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "345453483kqws0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "R-4-d7c221a9-ab7b-48c9-4r56-c72e7d869d86",
    "amount": 50,
    "currency": "MYR",
    "payment_method_id": "DQ",
    "payment_method_type": "TICKET",
    "payment_method_flow": "REDIRECT",
    "country": "MY",
    "created_date": "2023-02-17T17:54:45.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "345453483kqws0w",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "redirect_url": "https://pay.dlocal.com/gmf-apm/payments-redirect/M-c650346a-c177-4d72-45tr-f4b98f6a2185"
}