Create payment id
post
Creates an anonymous payment identifier to be used with purchases. This keeps network information out of the payment processor system. For example in Google Play this is called the "obfuscated account id".
Authorizations
Body
objectOptional
Responses
200Success
application/json
post
POST /subscription/create-payment-id HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}
200Success
{
"subscription_payment_id": "text",
"error": {
"message": "text"
}
}
Was this helpful?