curl -X POST https://services-staging.getplu.com/api/v1/partner/card/fund \
-H "Authorization: Bearer sk_staging_your_api_key" \
-H "Content-Type: application/json" \
-H "idempotency-key: 660e8400-e29b-41d4-a716-446655440001" \
-d '{
"serviceCardId": "acme-card-xyz789jkl012mno",
"amount": 100
}'
{
"status": "success",
"message": "Card funded successfully",
"data": {}
}
Add funds to a card
curl -X POST https://services-staging.getplu.com/api/v1/partner/card/fund \
-H "Authorization: Bearer sk_staging_your_api_key" \
-H "Content-Type: application/json" \
-H "idempotency-key: 660e8400-e29b-41d4-a716-446655440001" \
-d '{
"serviceCardId": "acme-card-xyz789jkl012mno",
"amount": 100
}'
{
"status": "success",
"message": "Card funded successfully",
"data": {}
}
Adds funds to an existing card. The amount is deducted from your partner wallet.Documentation Index
Fetch the complete documentation index at: https://docs.getplu.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer sk_staging_your_api_keycurl -X POST https://services-staging.getplu.com/api/v1/partner/card/fund \
-H "Authorization: Bearer sk_staging_your_api_key" \
-H "Content-Type: application/json" \
-H "idempotency-key: 660e8400-e29b-41d4-a716-446655440001" \
-d '{
"serviceCardId": "acme-card-xyz789jkl012mno",
"amount": 100
}'
{
"status": "success",
"message": "Card funded successfully",
"data": {}
}
400 CRYPTO_CARD_FUND_BLOCKED error.