Grant customer credits by external ID
Immediately grant credits to a customer looked up by external ID using an active credit currency key.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Path parameters
externalId
Customer ID from the integrator’s system, stored on Paid as externalId.
Request
Body
creditCurrencyKey
Stable machine-readable key for the active credit currency to grant.
amount
Number of credits to grant. This is not a monetary amount.
startsAt
When these credits become spendable, as an RFC3339 datetime with timezone. Must be at or before the current server time. Defaults to the current server time when omitted.
expiresAt
When these credits expire, as an RFC3339 datetime with timezone. Omit or set null for credits that do not expire.
Response
201
created
True when this request created a new grant.
customer
creditCurrency
grant
createdAt
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error