Accept Cash App Pay payments using our APIs, and build your own payment form to have full control over the look and feel of your checkout page.
Requirements
Requirement | Description |
---|---|
Integration type | Make sure that you have built an API only integration. |
Setup steps | Before you begin:
|
For an API-only integration, you cannot add Cash App Pay in your Customer Area yourself.
Build your payment form for Cash App Pay
Include Cash App Pay in the list of available payment methods.
We provide logos for Cash App Pay which you can use on your payment form. For more information, refer to Downloading logos.
If you are using the /paymentMethods endpoint to show available payment methods to the shopper, specify the following:
- countryCode: US
- amount.currency: USD.
- amount.value: the value of the payment, in minor units.
- channel: specify Web, iOS, or Android.
The response contains paymentMethod.type
: cashapp.
Make a payment
-
From your server, make a /payments request, specifying:
paymentMethod.type
: cashapppaymentMethod.subtype
: redirectchannel
: specify Web, iOS, or Android.