EOOPAY
  1. You are here:  
  2. Home
  3. BRL interface

BRL interface

Deposit interface

Details
Category: BRL interface
https://{Request address}/Payment_AddOrder

Request Parameters

Parameter name

Required

type

illustrate

mchid

yes

string

The "Merchant Number" provided by the payment system to the cooperating merchants

applydate

yes

string

Payment initiation time,(yyyy-MM-dd HH:mm:ss)

out_trade_no

yes

string

Merchant's unique order number

payment_code

yes

string

Payment product code, contact customer service to obtain

money

yes

string

Payment amount (in current currency, retain 2 decimal places, 100.00)

pay_bankcode

yes

string

PIX Account Types(CPF,EVP,PHONE,EMAIL)

pay_account

yes

string

PIX corresponding account

userid

yes

string

Transaction user ID; if it is inconvenient to provide or cannot be obtained, please provide other alternative data, such as: player’s mobile phone number.

notifyurl

yes

string

Payment callback address

pay_name

yes

string

Name corresponding to PIX

pay_CPF

yes

string

CPF Number

pay_md5sign

yes

string

sign

 

Response Parameters

Parameter name

Required

type

illustrate

success

yes

string

True if successful and false if failed

errCode

yes

string

0

errMsg

yes

string

Payment status message

Request to example

{
    "pay_account": "d763cf64-e21f-4d0f-b5dd-1909ca4e8465",
    "applydate": "2024-06-03 03:40:24",
    "pay_bankcode": "EVP",
    "mchid": "10006",
    "pay_CPF": "12378138294731",
    "money": "1000.00",
    "pay_name": "test",
    "notifyurl": "http://*********/server.php",
    "out_trade_no": "1717357224412",
    "payment_code": "10101",
    "userid": "54545",
    "pay_md5sign": "7E1C7244DE576028611FBFF866D14BB9"
}

Return example

{
    "success": true,
    "errCode": "0",
    "errMsg": "Success"
}

Withdrawal interface

Details
Category: BRL interface

https://{Request address}/Payment_AddOrder

Request Parameters

Parameter name

Required

type

illustrate

mchid

yes

string

The "Merchant Number" provided by the payment system to the cooperating merchants

applydate

yes

string

Initiate withdrawal time,(yyyy-MM-dd HH:mm:ss)

out_trade_no

yes

string

Merchant unique order number

payment_code

yes

string

Withdrawal product code, contact customer service to obtain

money

yes

string

Withdrawal amount (in current currency, retain 2 decimal places, 100.00)

pay_bankcode

yes

string

PIX account type (CPF, EVP, PHONE, EMAIL)

pay_account

yes

string

PIX corresponding account

pay_name

yes

string

Name corresponding to PIX

pay_CPF

yes

string

CPF Number

userid

yes

string

Transaction user ID; if it is inconvenient to provide or cannot be obtained, please provide other alternative data, such as: player’s mobile phone number.

notifyurl

yes

string

Withdrawal callback address

pay_md5sign

yes

string

signature

 

Response Parameters

Parameter name

Required

type

illustrate

success

yes

string

True if successful and false if failed

errCode

yes

string

0

errMsg

yes

string

Withdrawal status message

Request to example

{
    "mchid": "10006",
    "out_trade_no": "1728992831554",
    "money": "500.00",
    "applydate": "2024-10-15 19:47:11",
    "payment_code": "11711",
    "notifyurl": "http://test.com/server.php",
    "pay_bankcode": "CPF",
    "pay_account": "This email address is being protected from spambots. You need JavaScript enabled to view it.",
    "accountnumber": "09525884565",
    "pay_name": "test",
    "userid": "1545"
    "pay_CPF": "******"

}

Return example

{
    "success": true,
    "errCode": "0",
    "errMsg": "Success"
}

Subcategories

Select your language

  • 简体中文 (中国)
  • English (United Kingdom)

Main menu en-GB

  • eoopay technical documentation