For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGuidesAPI Reference
HomeGuidesAPI Reference
  • 欢迎
    • Afterpay简介
    • Afterpay 如何运作
    • 跨境交易(Cross Border Trade)
  • Afterpay 信息展示
    • 开始使用站内信息展示
    • 站内信息展示接入指南
    • 在任意位置启动 Afterpay 信息模态框
    • 旧版 Afterpay 信息展示和链接
  • 商户运营
    • 收款说明
    • 支持
  • Cash App Afterpay (US)
      • 在您的网站上添加 Cash App Pay
      • Cash App Pay On File
        • GETGet Configuration Mappings
LogoLogo
Cash App Afterpay (US)在您的网页上添加Cash App PayGet Configuration Mappings

Get Configuration Mappings

GET
/v2/configuration/mappings
GET
/v2/configuration/mappings
$curl https://global-api-sandbox.afterpay.com/v2/configuration/mappings \
> -H "User-Agent: User-Agent" \
> -u "<username>:<password>"
1{
2 "name": "Good Pour Coffee",
3 "externalBrandId": "BRAND_bmxk000ucdrvljq0000yhild"
4}

To set-up Cash App Pay on file, use this endpoint to retrieve your Cash App Pay brand ID.

Was this page helpful?
Previous
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Headers

User-AgentstringRequired
AcceptstringOptionalDefaults to application/json
Accept

Response

OK
namestring1-255 characters
Name of the brand to be shown in Cash App next to payments.
externalBrandIdstring

The brand identifier for the AP <> Cash App Pay merchant mapping.

Errors

401
Unauthorized Error
403
Forbidden Error