v1

latestOpenAPI 3.1.02026-07-263847150.4 KB

Create Pay Account (GoPay)

Link customer account - GoPay Tokenizations

post/v2/pay/account

Request body

payment_typestring

Payment channel where the account is register to.

Response

200

status_codestring
payment_typestring
channel_response_codestring
channel_response_messagestring

Example response

{
  "status_code": "202",
  "payment_type": "gopay",
  "channel_response_code": "105",
  "channel_response_message": "User Not Found"
}