logoFOMO Developers
PaymentAPI ReferenceMobile POS Resource API

latest

Mobile POS Resource API · latest

Resource API available alongside the Mobile POS gateway protocol.

Query source of fund

GET
/resource/sof/{conditionCode}

Path Parameters

conditionCode*string

Condition code defined in the appendix table of the guide.

Response Body

application/json

curl -X GET "https://pos.fomopay.net/resource/sof/20"
{
  "name": "WeChat Pay",
  "country": "SG",
  "presentation": "QR",
  "mode": "CPM",
  "type": "DYNAMIC",
  "images": {
    "light": "https://cdn.example.com/wechat-pay-light.png",
    "dark": "https://cdn.example.com/wechat-pay-dark.png"
  }
}
Empty
Empty

On this page