Nhảy tới nội dung
Phiên bản: Lastest

Authentication Link

Backend hệ thống của Partner trả về Authentication Link này để mở ra login form. Khách hàng nhập thông tin trên login form để liên kết tài khoản Ví AppotaPay.

EndPoint

GET /oauth/login

Request Params

Tham sốYêu cầuKiểu dữ liệuMô tảLưu ý
client_keyrequiredStringThông tin API_KEY trên Application
scoperequiredStringPhạm vi quyền hạn. Tham khảo ScopeValue: "user.info,user.apoint_payment,user.wallet_payment"
response_typerequiredStringKiểu dữ liệu trả vềValue: "code"
redirect_urirequiredStringCALLBACK_URI Sau khi liên kết thành công hệ thống sẽ gọi đường dẫn này kèm AUTHORIZATION_CODE, state
stateoptionalStringThông tin này thường được sử dụng để chống giả mạo request

Example Request

https://ewallet.dev.appotapay.com/oauth/login?client_key=YOUR_API_KEY&scope=user.info,user.payment&response_type=code&redirect_uri=YOUR_REDIRECT_URI&state=YOUR_STATE

Response Params

  • Success: Response login page
  • Error: Redirect error page

Scope

Tên quyền hạnMô tả
user.infoLấy thông tin cơ bản (fullname , apoint_balance,...)
user.apoint_paymentSử dụng số dư APoint để thanh toán dịch vụ
user.wallet_paymentSử dụng số dư ví để thanh toán dịch vụ