Returns the transaction limits for an onramp user based on their payment method and user identifier. Use this API to show users their remaining purchase capacity before initiating an onramp transaction.
Currently supports GUEST_CHECKOUT_APPLE_PAY payment method with phone number identification. The phone number must have been previously verified via OTP.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
The type of payment method to be used to complete an onramp order.
GUEST_CHECKOUT_APPLE_PAY "GUEST_CHECKOUT_APPLE_PAY"
The user identifier value. For phone_number type, this must be in E.164 format.
"+12055555555"
The type of user identifier:
phone_number: A phone number in E.164 format associated with an onramp user.phone_number "phone_number"
Successfully retrieved user limits.
The list of limits applicable to the user.